@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}
body {
	background-color: #dceac8;
}
a:link {
	color: #0668b1;
}
a:visited {
	color: #0668b1;
}
a:hover {
	color: #92a9d5;
}
a:active {
	color: #0668b1;
}
h1 {
	font-size: 22px;
	color: #009900;
	text-align: center;
}
.border {
	border: 1px solid #336600;
}
h2 {
	font-size: 16px;
	color: #009900;
	text-align: center;
	font-weight: bold;
}
.reverse {
	color: #FFFFFF;
}
.copyright {
	font-size: 9px;
}
