body {
	background-color: #236e0a;
	margin: 0px;
	padding: 0px 0px 15px 0px;
	text-align: center;		/* IE5.x centering workaround */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFF00;
}

a {
 color: #0099FF;
 text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

h1 {
	font-size: 16px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFF33;
	line-height: 20px;
} 

h2 {
	font-size: 12px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #EF3E33;
	text-decoration: none;
} 

h3 {
	font-size: 10px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #04326C;	
} 

strong {
	color: #04326C;
}

