body { 
background: #FAF7C8;
margin-top: 3%;
margin-left: 7%; 
margin-right: 7%; 
margin-bottom: 3%;
color: black;
font-family: Verdana, sans-serif;
/* font-weight: bold; */
}

h1 { 
font-size: 130%;
margin-left: -6%;}

h2,h3,h4,h5,h6 { margin-left: -4%; }

h4 { text-align: left; 
     }

p { font-size: 120%; 
     background: #B9F7F7; 
     padding: 20pt;
     color: black;
     text-align: left;
}

h2 { font-size: 130%; 
     color: gold; 
     text-align: left;
}

h3 { font-size: 125%;
     color: gold;
     text-align: right;
}


h5 { 
/* used for warnings */
font-size: 105%; 
color: white; 
text-align: left;
}


 .floatright
{
float: right;
margin: 0 0 10px 10px;
border: 1px solid #666;
}

 .floatleft
{
float: left;
margin: 20px 20px 20px 20px;
border: 1px solid #666;
}

a:link { color: #4D4D4D }  /* for unvisited links */
a:visited { color: #4D4D4D } /* for visited links */
a:active  { color: #4D4D4D }
a:hover   { color: #4D4D4D /* background-color: */ }


div.maillogo {
height: auto;
width: auto;
top: 1px;
left: 20px;
position:absolute;
font-size: 70%;
}


