a:link {
	color: #CC6600;
	text-decoration: none;
}
a:hover {
	color: #CC6600;
	text-decoration: underline;
}
a:visited {
	color: #CC6600;
	text-decoration: none;
}
a:active {
	color: #CC9900;
	text-decoration: underline;
}
.font {
	font-family: Arial, Helvetica, sans-serif;

}
