
body {
	margin: 0px; /* increase to have page float on background */
	padding: 0px; 
	font-family: Verdana;
	font-size: 10pt;
	color: #ffffff;
}

h1 {
	font-size: 20pt;
	font-style: italic;
}

h2 {
	margin-top: 1px;
	font-size: 16pt;
	font-style: italic;
}

#head {
	margin-top:10px;
	margin-left:100px;
	margin-right:100px;
	margin-bottom:10px;
	background-color:#601010;
}

#main {
	margin-top:10px;
	margin-left:100px;
	margin-right:100px;
	margin-bottom:10px;
	background-color:#601010;
}

#main p {
	font-size: 10pt;
	margin: 0px;
}

#content {
	margin: 3px;
}

#content_head {
	font-size: 8pt;
	font-weight: bold;
	padding-bottom: 6px;
}

#content_date {
	BACKGROUND: #401010;
	font-size: 8pt;
	font-weight: bold;
}

#xyz {
	color: yellow;
	border-bottom: 6px;
	
}