body,html {
     background-color: #C0C0C0;
     background-image: none;
     margin-top: 2em;
     margin-bottom: 2em;
     margin-left: 5em;
     margin-right: 5em;
     font-family: Verdana, Helvetica, Arial, sans-serif;
     font-size: medium;
     color: black;
     scrollbar-base-color: #ba9055;
     }
h1   {
     font-size: 170%;
     }
h2   {
     font-size: 150%;
     }
h3   {
     font-size: 130%;
     }
#headt {
     text-align: center;
     color: black;
     background-color: transparent;
     margin-top: 0px;
     margin-bottom: 0px;
     border-top: 2px solid red;
     }
#headb {
     text-align: center;
     color: black;
     background-color: transparent;
     margin-top: 0px;
     margin-bottom: 20px;
     border-bottom: 2px solid red;
     }
p#links {
     background-color: transparent;
     font-size: small;
     text-align: center;
     padding: 2px;
     margin-top: 30px;
     margin-bottom: 0px;
     border-top: 2px solid gray;
     border-bottom: 2px solid gray;
     }
p#cr {
     background-color: transparent;
     font-size: small;
     text-align: left;
     padding: 0px;
     margin-top: 0px;
     margin-bottom: 0px;
     }
a:link {
     background-color: transparent;
     color: blue;
     text-decoration: underline;
     }
a:visited{
     background-color: transparent;
     color: brown;
     text-decoration: underline;
     }
a:hover{
     background-color: transparent;
     color: green;
     text-decoration: underline;
     }
a:active{
     background-color: transparent;
     color: red;
     text-decoration: underline;
     }