body {
 background-color: white;
 color: black;
 font-family: geneva, arial, verdana, sans-serif;
 }

h2 {
 font-size: 1.5em;
 font-family: geneva, arial, verdana, sans-serif;
 color: #006666;
 }
 
h3 {
 font-size: 1.1em;
 font-family: geneva, arial, verdana, sans-serif;
 }

h4 {
 font-size: 1.0em;
 font-family: geneva, arial, verdana, sans-serif;
 }
 
td {
 font-family: geneva, arial, sans-serif;
 color: black;
 }

p {
 font-family: geneva, arial, sans-serif;
 color: black;
 line-height: 125%;
 }

ol {
 font-family: geneva, arial, sans-serif;
 color: black;
 }
 
ul {
 font-family: geneva, arial, sans-serif;
 color: black;
 }

th {
 font-family: geneva, arial, sans-serif;
 color: navy;
 text-align: left;
 background-color: #ffdead;
 }

.credits {
 font-size: small;
 }
 
hr {
 height: 4px;
 color: lightsteelblue;
 }
 
a:link {color: blue; text-decoration: none}
a:visited {color: purple; text-decoration: none}
a:hover {color: red; text-decoration: none}
a:active {color: red; text-decoration: none}

