a:link {
	color: #330000;
	text-decoration: none;

}
a:visited {
	color: #333333;
	text-decoration: none;

}
a:hover {
	color: #CC6633;
}
a:active {
	color: #000000;
	text-decoration: none;

}
