h1,h2,h3,h4,p,ul,ol,li,div,td,th,address,blockquote,nobr,b,i {
  font-family:Arial,sans-serif; list-style-type:circle; }
 
 body {
  background-color:white;
  color:black;
  margin-left:30px;
  margin-right:30px; }

h1,h2,h3,h4 {
  color:rgb(0, 136, 65);
  margin-top:1em;
  margin-bottom:0.6em;}

p {
  margin-top:0em;
  margin-bottom:1em;
  padding-left:20px;}

a:link    { color: rgb(0, 136, 65); text-decoration:underline; }
a:visited { color: rgb(0, 136, 65); text-decoration:underline; }
a:hover   { color: rgb(196, 0, 38); text-decoration:underline; }
a:active  { color: rgb(0, 136, 65); text-decoration:underline; }

ul { padding-left:20px; }
