body {
	font: 10pt/16pt georgia; 
	color: #555753; 
	background: #fff; 
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	border: 1px;
	border-style: dotted;
	}

pre {
	font : 8pt courier;
	}


#header {
	color: #000;
	height: 200 px;
	margin-left: 15px;
	margin-right: 15px;
	background: url(twelfguy.png) no-repeat top left;
	}

#header h1 {
	font-size: 30pt;
	font-style: bold;
	margin-left: 110px;
	padding-top: 0px;
	padding-bottom: 0px;
	}

#header h3 {
	font-size: 14pt;
	font-style: bold;
	margin-left: 110px;
	padding-bottom: 20px;
}

#content {
	margin-left: 15px;
	margin-right: 15px;
	}

#content h1 {
	color: #000;
	}

#content h2 {
	color: #000;
	}

table {	
	border: 1px;
	border-style: solid;
	}

th {
	color: #000;
	background: #ccc;
	}

