/* The order of these styles is important
	 Some cynical people use the acronym LoVEHa!
	 Link
	 o
	 Visited
	 e
	 Hover
	 Active 
*/

a {
	color: #000080; /* white */
	text-decoration: none;
}

a:visited {
	color: #990099; /* turcoise */
}

a:hover {
	color: #ff0000; /* Red on Black */
	background-color: none;
}

a:active {
	color: #ffffff;
	background-color: none;
}
.Name2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	text-transform: uppercase;
	color: #009;
}

