A  {
	font-size : 13px;
	font-family : Verdana, "Times New Roman", Arial;
	font-weight : bold;
	font-style : normal;
	color : Navy;
	text-decoration : none;
}

A:Visited  {
	font-size : 13px;
	font-family : Verdana, "Times New Roman", Arial;
	font-weight : bold;
	font-style : normal;
	color : Maroon;
	text-decoration : none;
}

A:Active  {
	font-size : 13px;
	font-family : Verdana, "Times New Roman", Arial;
	font-weight : normal;
	font-style : normal;
	color : Green;
	text-decoration : none;
}

A:Hover  {
	font-size : 13px;
	font-family : Verdana, "Times New Roman", Arial;
	font-weight : bold;
	font-style : normal;
	color : Navy;
	text-decoration : underline;
	background-color : #66ff66;
}

