

body {
    font-family: Verdana, Arial, sans-serif;
    font-size: 1em;
    text-align: left;    
    margin: 1em 5% 0em 5%;
   
    
} 
ul{
   margin: 1em 5em 0em 5em;
   list-style-image: url(Square.gif);
   
}
dl {
   margin: 1em 5em 0em 5em;
} 
dt {
   color:olive;
   font-weight: bold;
} 
h1{
   text-align:center;
   color:olive;
}  
h2{
   color:olive;
}
h3 {
   text-align:center;
   color:olive;
} 
th{
   background:olive;
}
thead{
   background:olive;
}
.copy{
   font-family:"Courier New";
   font-size:.8em;
   color:olive;
   text-align:center;
}
hr{
   color:olive;
}
.sm{
   font-size:.8em;
   text-align=center;
}
.plain{
   background:lemonchiffon;
   text-align:center;
}


