body {
      font-family: verdana;
      font-size: x-small;
      font-style: normal ;
      color: #000000;
}

div {
      font-family: verdana;
      font-size: x-small;
      font-style: normal ;
      color: #663300;
}

h1 {
      font-family: verdana;
      font-size: 15px;
      font-weight: bold;
      color: #339900;
}

h2 {
      font-family: verdana;
      font-size: small;
      font-style: normal ;
      color: #663300;
}

table {
      font-family: verdana;
      font-size: x-small;
      font-style: normal ;
      color: #663300;
}

a {
      font-family: verdana;
      font-size: 12px;
      font-weight: bold;
      line-height: 16px;
      text-decoration: none;
      color: #339900;
}

a:hover { 

text-decoration: underline; 
color:#339900;

}