@charset "utf-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #999;
}
body,td,th {
	font-family: Lucida Console, Monaco, monospace;
	font-size: 10pt;
	color: #000;
	padding: 0px;
	text-align: center;
}
h1 {
	font-size: 12px;
	color: #333;
}
h2 {
	font-size: 16px;
	color: #633;
}
h3 {
	font-size: 24px;
	color: #369;
}
a:link {
	font-weight: normal;
	color: #000;
	text-decoration: none;
}
a:visited {
	font-weight: normal;
	color: #000;
	text-decoration: none;
}
a:hover {
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}
a:active {
	font-weight: normal;
	color: #CC0000;
	text-decoration: none;
}