.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
}

a:link {
	color: #990000;
	background-color: white;
	border: 1px solid white;
	text-decoration: none;
}
a:visited { 
color: #990000; 
background-color: white;
text-decoration: none;
border: 1px solid white;

}
a:hover {
color: white; 
background-color: #990000;
text-decoration: underline;
border: 1px solid white; 

} 
