body {
	background-color: #003300;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #cccccc;
	text-align: center;}

/* links */
a:link {
	text-decoration: underline;
	color: #ffff99;
}
a:visited {
	text-decoration: underline;
	color: #ffff99;
}
a:hover {
	text-decoration: none;
	color: #99cc99;
}
a:active {
	text-decoration: underline;
	color: #99cc99;
}

h1 {
	font-size: 14px;
	color: #cccccc;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: center;
	margin: 0px;
}
h2 {
	font-size: 14px;
	color: #cccccc;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: center;
	margin: 0px;
}
