body { 
	padding: 0px; 
	border: 0px; 
	background: #000000; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10pt; 
	color: #000000;
	width: 450px;
	margin: 0px auto;
}
a { 
	text-decoration: underline; 
	color: #685930;
}   
a:visited { 
	color: #685930; 
}        
a:active, a:hover { 
	text-decoration: none; 
	color: #685930; 
}
.main { 
	background: #ffb21a; 
}
h1 { 
	font-size: 14pt; 
	font-weight: bold; 
	color: #000000; 
}
h2 {
	font-size: 12pt;
	font-weight: bold;
	margin-bottom: 0px; 
	border-top: 1px solid #4C3A12;
	padding-top: 8px;
}



