a {
	font-weight: bold;
	color: #990000;
	text-decoration: none;
}
a:visited{
	color: #990000;
	text-decoration: none;
}

  a:hover{
	color:#FF0000;
	text-decoration: none;
}
  a:active{
	color: #990000;
	text-decoration: underline;
}
