a:link {color: #3A3939;
		text-decoration: none;
		font-weight: bold;
		font-family: Arial;
		}

a:visited {color:#3A3939;
		text-decoration: none;
		font-weight: bold;
		font-family: Arial;
		}

a:hover {color:#800000;
		text-decoration: underline;
		font-weight: bold;
		font-family: Arial;
		}
		
a:active {color: #0000FF;
		text-decoration: none;
		font-weight: bold;
		font-family: Arial;
		}