.titles {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
	font-weight: bold;
	text-decoration: none;

}
a:hover {
	color: #FF0000;
	border-top: thin none;
	border-right: thin none;
	border-bottom: thin groove;
	border-left: thin none;


}
a:link {
	text-decoration: none;
	color: #FF0000;

}
a:active {
	color: #000000;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a:visited {
	color: #003366;
	text-decoration: none;
}
