@charset "UTF-8";
body,td,th {
	color: #333333;
	background: #FC0;
	font: 12px Arial, Helvetica, sans-serif;
	font-weight: bold;
}
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;
	font-size: 12px;
	text-align: right;
}
h1 {
	font-size: 16px;
	color: #333333;
}

