a:link{	color : #FFFFFF;	text-decoration : none;	background: darkblue;}
a:visited{color : #FFFFFF;      text-decoration : none; background: darkblue;}
a:active{ color : red;	        text-decoration : none; background: darkblue;	}
a:hover{color : red;	        text-decoration : none; background: darkblue;}
a.mail {background: white ; color : darkblue; text-decoration : underline;}
a.mail:hover { background: white; color : red; text-decoration : none	;}
