H1, H2, H3, H4, H5, H6 { 
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  font-weight: bold; 
  color: #6699cc;
}

body, .normal {
  background: #FFFFDD;
  font-family: Verdana, Arial, Helvetica, sans-serif; 
}

.small{
  background: #FFFFFF;
  font-family: Verdana, Arial, Helvetica, sans-serif; 
}

.grey{
  background: #DDDDDD;
}

.white{
  background: #FFFFFF;
}

.bold{
  font-weight:bold;
}

.normal{
  font-weight:normal;
}

.message{
  background: #FFFFAA;
  border-width: thin;
  border-style: solid;
  padding: 10pt;
  font-weight:bold;
}
