A:hover  {
	color : red;
	font-family: Tahoma;
	font-size: 10pt;


}

A:link  {
	text-decoration : none;
	color : navy;
	font-weight : bold;
	font-size : 10pt;
	margin-bottom : 0;
	font-family: Tahoma;


}

A:visited  {
	text-decoration : none;
	color : navy;
	font-weight : bold;
	font-size : 10pt;
	font-family: Tahoma;

}

A:active  {
	text-decoration : none;
	color : blue;
	font-family: Tahoma;
	font-weight : bold;
	font-size : 10pt;	
}
