body {
	margin: 0;
	background-color: #006600;
}
.normal {
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
}
.bold {
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
}
.underline {
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	text-decoration: underline;
}
.copyright {
	font-family: Arial;
	font-size: 10px;
	color: #000000;	