body {
    background-color: white;
    color: black;
    }
a {
    color: black;
    background-color: inherit;
    font-weight: bold;
    }
a:active {
    color: white;
    background-color: inherit;
    }
a:visited {
    background-color: inherit;
    color: silver;
    }
div {
    padding: 10px;
    margin: 5px;
    }
img {
    border: 0;
    }
em {
    font-style: italic;
    font-weight: bold;
    }
p.date {
    text-align: right;
    }
div.pic {
    float: left;
    width: 240px;
    display: inline;
    }
div.letter {
    float: left;
    width: 460px;
    display: inline;
    font-family: monospace;
    border-style: solid;
    border-width: 1px;
    border-color: gray;
    text-align: justify;
        }
div.desk {
    text-align: center;
    }
img.desk {
    width: 201px;
    height: 97px;
   }
div.masthead {
    text-align: center;
    }
h1 {
    font-size: 3.2em;
    font-family: sans-serif;
    }
h2 {
    font-size: 1.2em;
    font-style: italic;
    font-weight: normal;
    }
h2.patriot {
    color: inherit;
    background: black;
    }
span.red {
    background-color: inherit;
    color:#F00;
    }
span.rw1 {
    background-color: inherit;
    color:#F66;
    }
span.rw2 {
    background-color: inherit;
    color:#FCC;
    }
span.white {
    background-color: inherit;
    color: #FFF;
    }
span.wb1 {
   background-color: inherit;
     color: #CCF;
    }
span.wb2 {
    background-color: inherit;
    color: #66F;
    }
span.blue {
    background-color: inherit;
    color: #00F;
    }
ul.left {
    float: left;
    font-size: 1.8em;
    }
ul.right {
    float: right;
    font-size: 1.8em;
    }
div.testamonial {
    clear: both;
    font-size: 1.8em;
    font-style: italic;
    }
img.monkey {
    float: left;
    }
img.seal {
    float: right;
    border: 0;
    }
div.fineprint {
    clear: both;
    font-size: .7em;
    font-weight: normal;
    color: gray;
    background-color: inherit;
    }
div.about , div.datafield{
    width: 45%;
    }
div.about {
    font-size: 1em;
    float: left;
    clear: both;
     }
div.datafield {
    float:right;
    clear: right;
    font-size: 1.1em;
      }
div.movie {
    width:400px;
    margin: auto;
    }
form.paypal {
    margin-top: 2em;
    }