/* default font size*/
@import url(small.css);

/* Netscape 4 safe font sizes */
body, div, p, th, td, li, dd {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
}

h1 {
  font-size: 150%;
  font-weight: bold;
  font-family: Serif; 
  font-style: normal;

}

h2 {
  font-size: 250%;
  font-weight: bold;
  font-family: Serif; 
}
h3{
  font-size: 130%;
  font-weight: bold;
}
h4{ font-size: 120%;
  font-weight: bold;

}
