body { 
   background: #B8EBB8; 
}

h1 {
   margin-top: 5px;
   margin-bottom: 5px;
   color: #fff;
   font: 23pt sans-serif;
   font-style: italic;
   font-weight: normal;
}

h2 {
   color: #0A0;
}

h3 {
   font: bold 18pt sans-serif;
   color: #262;
   margin-bottom: 6px;
}

h4 { 
   font: bold 13pt sans-serif;
   margin-bottom: 6px;
   color: #fff;
}
  
a {
   color: #fff;
   font: 13pt sans-serif;
   text-decoration: none;
   font-weight: normal;
}
a:visited {
   color: #fff;
}
a:hover {
   color: #000;
}

a.normal {
   font: 10pt sans-serif;
}

a.footer{
   font: 10pt sans-serif;
   color: #306830;
}

a.footer:hover {
   color: #000;
}

ul { 
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
font-style: normal;
line-height: 2em;
font-weight: normal;
font-variant: normal;
text-transform: none;
text-decoration: none;
text-indent: 5px;
list-style-position: outside;
list-style-image: url(../images/bullet.png);
list-style-type: square;
padding-left: 6px;
}

