@charset "utf-8";
/* CSS Document */
body,td,th {
	font-size:12px;
	color: #CCC;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}
body, html {
	margin:0;
	padding:0;
	background:#FCF49F;
}
a:visited, a:active, a {
	color: #FFF;
	text-decoration:none;
	font-weight:bold;
}
a:hover {
	color: #CCC;
	text-decoration:underline;
}
