TH { text-align: left; font-weight: bold; font-size: 20pt}
TH { vertical-align: baseline }
TD { vertical-align: middle; font-size: 16pt }
TABLE   { border-collapse: collapse }
h1 { font-size: 26pt}
h2 { font-size: 24pt}
h3 { font-size: 16pt}
TR {margin-right: 12em}

dl { margin-right:20%}
dt { font-weight: bold; font-size: 16pt}
dd { font-size: 16pt; font-style: italic}
body {
	font-family: Arial, Helvetica, sans-serif;
	background-image: url("images/myhermann.jpg");
	background-position: left center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	margin-left:30em;
	background-color: #FFFFCC;
	}
	  
hr { width: 20%}
ul li{
	font-family:  Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size:20pt;
	   }
ul ul li{
	font-family: Century Gothic, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 18pt
}
h1 { font-weight: bold; font-size: 36pt}

div {
	width: 42em;
	background-color:#FFFF99;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}