@charset "UTF-8";
.border-green {
	border: 1px solid #003300;
}
h1 {
	font-size: 18px;
	color: #003300;
	font-family: "Courier New", Courier, monospace;
	font-weight: bold;
}
p {
	font-size: 14px;
	color: #3D3700;
	font-family: "Courier New", Courier, monospace;
	font-weight: bold;
}
.tablebutton {
	background-color: #c9ff00;
	border: 1px solid #333300;
	font-family: "Courier New", Courier, monospace;
	font-weight: bold;
	text-align: center;
}
h2 {
	font-family: "Courier New", Courier, monospace;
	color: #006600;
	font-weight: bold;
	font-size: 16px;
}
h3 {
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
	color: #000000;
	font-style: italic;
}
a {
	color: #66CC00;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
a.darklink {
	color: #336600;
}
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #7D995C;
}
li {
	font-family: "Courier New", Courier, monospace;
	font-size: 13px;
	font-weight: bold;
}
.bottomtext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}
