@charset "UTF-8";
h1 {
	font-size: xx-large;
	color: #2c4032;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Courier New, Courier, monospace;
	font-weight: bold;
}
h2 {
	font-size: x-large;
	color: #a44239;
}
h3 {
	font-size: small;
	color: #000000;
	font-family: "Courier New", Courier, monospace;
}
body,td,th {
	font-size: 14pt;
}
a:link {
	color: #2c4032;
	text-decoration: none;
}
a:visited {
	color: #a44239;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #000000;
}
a:active {
	text-decoration: none;
}
body  {
	font: 100%/1.5em Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	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;
	background-color: #2c4032;
}
