
A:LINK.2 {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration : none;
        color : brown
}
A:HOVER.2 {
	background-color :tan;
	color : black;
	text-decoration : none;
}
A:VISITED.2 {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration : none;
        color :lightyellow;
}

A:LINK {
	text-decoration : none;
	color : brown;
}

A:VISITED {
	color :wheat;
	text-decoration : none;
}
A:HOVER {
	text-decoration : none;
	color : Black;
	background-color :tan;
	
}




