BODY {
  margin-left: 35px;
  margin-right: 25px;
  font-family: Times;
  font-size: 14pt ;
  background-color: oldlace; /*  253,245,230 #fdf5e6 */
  background-repeat: repeat-y ;
  color: black;
}
H1 { 
  text-align: left ;
  text-transform: capitalize;
  font-weight: bold;
  color: red ;
  font-size: 24pt ;
  font-family: Helvetica, sans-serif ;
}
H2 {
  text-align: left ;
  text-transform: capitalize;
  font-weight: bold;
  font-size: 18pt;
  font-family: Helvetica, sans-serif ;
  margin-left: 10px;
}
H3,H4 {
  text-align: left ;
  font-weight: bold;
  margin-left: 10px;
}
ADDRESS {
  margin-left: 30px;
  font-size: 80%;
}
PRE {
  font-family: Courier, fixed ;
}
#tim14 {
  font-family: Times;
  font-size: 14pt ; 
}
