a:link {
	color: #FF6633;
	text-decoration: none;
	font-family: Arial;

}
a:visited {
	font-family: Arial;
	color: #999999;
	text-decoration: none;
}
a:hover {
	font-family: Arial;
	color: #CCCCCC;
	text-decoration: none;
}
a:active {
	font-family: Arial;
	color: #FF6633;
	text-decoration: none;
}
