/* CSS Document */
<!--
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4C524E;
}
body {
	background-color: #A8A296;
}
a:link {
	color: #F0CB00;
}
a:visited {
	color: #666666;
}
a:hover {
	color: #FFFF00;
}
a:active {
	color: #EF0C05;
}
-->