
A:LINK.2 {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration : none;
}
A:HOVER.2 {
	background-color :lightskyblue;
	color : Black;
	text-decoration : none;
}
A:VISITED.2 {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration : none;
        color : steelblue;
}

A:LINK {
	text-decoration : none;
	color : navy;
}

A:VISITED {
	color :powderblue;
	text-decoration : none;
}
A:HOVER {
	text-decoration : none;
	color : Black;
	background-color :lightskyblue;
	
}





