A:LINK {
	color : White;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : bold;
	text-decoration : none;
}

A:VISITED {
	color : White;
	text-decoration : none;
	font-size : 12px;
}


A:HOVER {
	text-decoration : none;
	font-size : 14px;
}

.EMAIL {
    font-size : 10px;
	color : red;
	font-family : Verdana,Arial,Helvetica;
	font-weight : bold;
}

A.email:link  {
    font-size : 10px;
   	color : red;
   	text-decoration : none;
}

A.email:visited  {
    font-size : 10px;
   	color : red;
   	text-decoration : none;
}
         
A.email:hover {
	font-size : 11px;
	color : red;
	text-decoration : none;
}
