BODY  {font-family: Verdana, Arial, Helvetica, sans-serif}

A.two  {
	color : White;
	text-decoration : none;
	font : bold;
}

A.two:Visited  {
	color : White;
	text-decoration : none;
	font : bold;
}

A.two:Active  {
	color : White;
	text-decoration : none;
	font : bold;
}

A.two:Hover  {
	color : Aqua;
	text-decoration : none;
	font : bold;
}


A{
	color : 336633;
	text-decoration : none;
	font : bold;
}

A:Visited  {
	color : 336633;
	text-decoration : none;
	font : bold;
}

A:Active  {
	color : White;
	text-decoration : none;
	font : bold;
}

A:Hover  {
	color : Aqua;
	text-decoration : none;
	font : bold;
}
