div#headercontainer, div#sidebar, div#banner, h1 {
	display: none;
}

div#contentcontainer, div#maincontainer {
	margin: 0px;
	padding: 0px;
	left: 0px;
	top: 0px;
	position: static;
	width: 35em;
}

body {
	font-family: "Times New Roman", serif;
	font-size: 12pt;
	line-height: 20pt;
}

h3 {
	font-size: 16pt;
}

h4 {
	font-size: 14pt;
}

ul li {
    list-style: circle;
}

a {
    color: #999;
    text-decoration: underline; }