body {
    font-size: 10pt; 
    background-color: #f4ece0; 
    color: black;
    font-family: helvetica, sans-serif; 
    padding-top: 20px; 
    margin-top: 0px; 
    margin-left: 0px; 
    margin-bottom:0px
}


:link    { color: #333399; } /* for unvisited links */
:visited { color: #333399; } /* for visited links */
a:active { color: #333399; } /* when link is clicked */
a:hover  { color: purple; }  /* when mouse is over link */

h1,h2,h3,h4 { color: #333399; }
h1 { font-size: 18pt; }
h2 { font-size: 14pt; }
h3 { font-size: 12pt; }
h4 { font-size: 10pt; }
p,ul,td { font-size: 10pt; }

table { background-color: #333399; }
tbody { background-color: #f4ece0; }
.light { background-color: #fff8f0; }