a:link {
    font-family: Arial;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #CCCCCC;
	text-decoration: underline;
}
a:active {
	color: #CC0000;
}
body {
	font-family: Arial;
	font-size: 11px;
	color: #000000;
	background-color: #FFF7ED;
}
