BODY {
  background-repeat: no-repeat;
  background-attachment: fixed;
}

H1, H2, H3, H4, H5, H6{
  font-family: Arial, helvetica;
}

P {
  font-size: 10px;
}

.underline {
   text-decoration: underline
}

.brown{
   color: #804000
}

.bold {
  font-weight : bold;
}

.italic{
  font-style : italic;
}

P  { 
  font-family: Verdana, Arial, Helvetica, sans-serif;
 } 