body {
	margin: 0px;
	background: #fff;
	text-indent: 10px;
}
body { font-family: Arial, Helvetica, sans-serif; font-size: 14px; color: #111; }
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 1.5em;
}

th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 1.5em;
	text-indent: 10px;
}
a:link { text-decoration: underline; color: #000099; }
a:visited { text-decoration: underline; color: #000099; }
a:hover { background: none; text-decoration: underline; color: #FF0000; }
h1 { 
margin: 0.5em;
padding: 0.3em 0; 
color: #669ace; 
border-bottom: solid 1px #669ace; 
font-size: 14px; 
}
h2 {
	margin: 0.5em;
	padding: 0.3em 0;
	color: #669ace;
	border-bottom: 1px none #669ace;
	font-size: 14px;
	text-decoration: underline overline;
}
h3 {
	margin: 0.5em 0.5em 0.05em;
	padding: 0.3em 0 0.1em;
	color: #669ace;
	border-bottom: 1px solid #669ace;
	font-size: 14px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #669ace;
}