a:visited {
	color: #F9D37D;
	text-decoration: underline;
}
a:link {
	text-decoration: underline;
	color: #F9D37D;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: underline;
	color: #CC6600;
}
a {
	font-weight: bold;
}
body {
	background-color: #F9D37D;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	text-transform: none;
	color: #F9D37D;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #F9D37D;
}
