
body {
 background-color: white !important;
 color: black !important;
 font-family: Garamond, "Times New Roman", serif;
 margin: 0;
 padding: 0;
 }

#outside {
 margin-left: auto;
 margin-right: auto;
 margin-top: 10px;
 padding: 0;
 width: auto;
 }

#surround {
 background-color: white;
 border: none;
 color: black;
 display: inline;
 float: left;
 padding: 0;
 position: relative;
 width: auto;
 }

header {
 background-image: none;
 height: auto;
 }

header h1,
header h2,
header h3,
header h4,
header h5 {
 color: black;
 display: block;
 font-size: 120%;
 text-align: center;
 }

nav {
 display: none;
 }

footer {
 display: none;
 }
 
.month,
.gbut,
.obut {
 display: none;
 }
 
.noprint {
 display: none;
 }

.submit_form {
 display: none;
 }

h1, h2, h3, h4, h5, h6 {
 color: black;
 }

pre {
 font-family: "Courier New", Courier, monospace;
 }
