a:link {
	font-weight: normal;
	color: #993300;
	text-decoration: underline;


}
a:visited {
	font-weight: normal;
	color: #996699;
	text-decoration: underline;

}
a:active {
	font-weight: bold;
	color: #FF6600;
	text-decoration: none;

}
a:hover {
	color: #0033FF;
}

