@charset "UTF-8";
body,td,th {
	color: #333333;
	background: #FC0;
	font: 12px Arial, Helvetica, sans-serif;
}
a:link {
	color: #333333;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #999999;
}
a:hover {
	text-decoration: underline;
	color: #FFF;
}
a:active {
	color: #F60;
}
h1 {
	font-size: 16px;
	color: #333333;
}
