a.a:link {
	font: 12px "MS Sans Serif", "Tahoma", "Microsoft Sans Serif";
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
a.a:visited {
	font: 12px "MS Sans Serif", "Tahoma", "Microsoft Sans Serif";
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
}
a.a:active {
	font: 12px "MS Sans Serif", "Tahoma", "Microsoft Sans Serif";
	color: #FF0000;
	text-decoration: underline;
	font-weight: bold;
}
a.a:hover {
	font: 12px "MS Sans Serif", "Tahoma", "Microsoft Sans Serif";
	color: #FF0000;
	text-decoration: underline;
	font-weight: bold;
}