a:link,a:visited {
	color: #990000;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:active {
	color: #FF0000;
	text-decoration: none;
}