a:link {
	text-decoration: none;
	color: #FF6600;

}
a:visited {
	color: #CCCCCC;
	text-decoration: none;
}
a:hover {
	color: #666666;
	text-decoration: underline;
}
a:active {
	color: #666666;
	text-decoration: underline;
}
HR {
	color : #D2D2CA;
	height : 1px;
}