h1,h2,h3,h4,h5
  { font-family: "Times New Roman", Roman, serif;
    color: green;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }
h1
 {
   font-style: italic;
   font-size: 150%;
 } 
h2
  {
    font-style: italic;
    font-size: 135%;
  }
h3
  {
    font-style: italic;
    font-size: 120%;
  }
h4
  {
    font-style: italic;
    font-weight: bold;
    font-size: 105%;
  }
h5
  {
    font-weight: bold;
    font-style: italic;
    font-size: 90%;
  }
p,li,th,td
  { font-family: verdana, arial, sans-serif;
    font-size: 90%;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }
p.reviewtext
{
  margin-top: 10px;
}
input,textarea
  { font-family: "Times New Roman", Roman, serif;
    font-size: 100%;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

