
body {
 background-color: white;
 color: black;
 font-family: Garamond, "Times New Roman", serif;
 }

#outside {
 width: auto;
 }

#surround {
 color: black;
 }

#header {
 height: 80px;
 width: auto;
 }

#header h1{
 left: auto;
 position: static;
 }

#header h2 {
 left: auto;
 position: static;
 }

.mainnav {
 display: none;
 }

#text {
 display: inline;
 float: none;
 margin: 20px 0px 0px 20px;
 padding: 5px 5px 5px 5px;
 width: auto;
 }

#footer {
 display: none;
 }

#footer2 {
 display: none;
 }

