
body {
  font-size: 1em;
  color: #070707;
  background-color: #090906;
}

p { font-size: 10pt;
    font-family: tahoma, arial, sans-serif, helvetica;
    color: #000000;
    background-color: inherit;
  }       

h1 { font-size: 16pt;
    font-family: tahoma, arial, sans-serif, helvetica;
    margin: 10px auto 20px auto;
    color: #0F7F37;
    background-color: inherit;
   }

a.nounderlineb {
  text-decoration: none
}

a.nounderlineb:link {
  color : #0F7F37;
  background-color: inherit;
  text-align : left;
  font-family:  tahoma, arial, helvetica, sans-serif;
  font-size : 11pt;
}
a.nounderlineb:active {
  color : #0F7F37;
  background-color: inherit;
  text-align : left;
  font-family:  tahoma, arial, helvetica, sans-serif;
  font-size : 11pt;
}
a.nounderlineb:visited {
  color : #0F7F37;
  background-color: inherit;
  text-align : left;
  font-family:  tahoma, arial, helvetica, sans-serif;
  font-size : 11pt;
}
a.nounderlineb:hover {
  color : #FF0000;
  background-color: inherit;
  text-align : left;
  font-family:  tahoma, arial, helvetica, sans-serif;
  font-size : 11pt;
}

ol {
  list-style-type: circle;
   font-size: 10pt;
    font-family: tahoma, arial, sans-serif, helvetica;
    color: #000000;   
}

