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