.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
a:link {
	text-decoration: none;
	color: #0000CC;
	font-weight: bold;
}

a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #0000CC;
}
a:hover , a:visited { color: #0000CC; 
  font-weight: bold; }

a:hover {
color: #CC0000;
text-decoration: underline;
}
