A:link {
	COLOR: #FF9900;
	font-weight: normal;
	text-decoration: none;
}
A:visited {        
	COLOR: #FF3300;
        text-decoration: none;
}
A:hover {
	text-decoration: underline;
	color: #FFFF00;
}