
body {
     margin-left: 1.5em;
     margin-right: 1.5em;   
     color: black;
     background-color: white;
     font-family:sans-serif;
}

h1 {
   color:#000000;
   font-size: 1.5em;
}
h2 {
   color:#000000;
   font-size: 1.3em;
}
h3 {
   color:#000000;
   font-size: 1.1em;
}
h4 {
   color:#000000;
   font-size: 1em;
}

A:link,A:visited {text-decoration: none;
        color:#007500;}

A:hover { text-decoration: underline;
        }

#li { list-style: circle; }

#P { font-size:0.8em;}
