.links {
	font-family: Arial;
	font-size: 12px;
	color: #000000;
}
a:link {
	font-family: Arial;
	font-size: 12px;
	color: #CC0000;
	font-weight: bold;
}
a:visited {
	font-family: Arial;
	font-size: 12px;
	color: #CC0000;
	font-weight: bold;
}
a:hover {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #0000CC;
}
a:active {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #0000CC;
}
