a:link.a {
	font-size: 12px;
	font-weight: normal;
	color: #FF0000;
	text-decoration: none;
}
a:visited.a {
	font-size: 12px;
	font-weight:normal ;
	color: #FF0000;
	text-decoration: none;
	}
a:hover.a {
	font-size: 12px;
	font-weight: bold;
	color: #880000;
	text-decoration: none;
}


a:active.a {
	font-size: 12px;
	font-weight: bold;
	color: #880000;
	text-decoration: none;
}
