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