a:active     {
	font-size: 14px;
	color: #990000;
	font-weight: normal;
	text-decoration: none;



}
a:link       {
	font-size: 14px;
	color: #990000;
	font-weight: normal;
	text-decoration: none;

}
a:visited    {
	font-size: 14px;
	color: #990000;
	font-weight: normal;
	text-decoration: none;

}
a:hover {
	text-decoration: underline overline;
	color: #0000FF;

}
