
body {
 background-color: white;
 font-family: Garamond, "Times New Roman", serif;
 }

#outside {
 background-color: white;
 border: none;
 margin: auto;
 padding: 10px;
 width: auto;
 }

#wrapper {
 background-color: white;
 background-image: none;
 border: none;
 float: none;
 margin: auto;
 width: auto;
 }

#header {
 background-image: none;
 height: auto;
 margin: auto;
 min-height: 0;
 }

#header h1 {
 color: black;
 margin: 0 0 0 0;
 }

#header h2 {
 display: none;
 }

#nav {
 display: none;
 }

#content {
 float: none;
 margin: auto;
 width: 100%;
 }

#footer {
 color: black;
 }

input.typed,
select.typed,
option.typed,
textarea.typed {
 background-color: white;
 border: 2px solid black;
 color: black;
 }

a {
 color: black;
 text-decoration: underline;
 }

hr {
 color: white;
 }

table {
 background-color: white;
 border: 1px solid black;
 }

table.light tr {
 background-color: white;
 }

tr,
td {
 border: 1px solid black;
 }

.lightbar {
 background-color: white;
 }

.darkbar {
 background-color: white;
 }

.noprint {
 display: none;
 }

