A {
	text-decoration: none; 
	color : #C57327;
}
A:visited{
	text-decoration: none;
	color: #C57327;
}
A:hover {
	color: #000000; 
	text-decoration: underline; 
}
.liteLink{
	text-decoration: none; 
	color : #D6D79F;
}
.liteLink:visited{
	text-decoration: none;
	color: #D6D79F;
}
.liteLink:hover {
	text-decoration: underline; 
	color: #C57327; 
}
