/* CSS Document */

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


}
A:active        {
		color:#FF0000;
		}

A:visited       {
		color:#863506;
		text-decoration: none;
		}

A:hover         {
	text-decoration: underline;

		}
