
body {
  margin: 10px;
  background-color: white;
  color: black;
  font-size: 12pt;
  /* background-image: url(/images/background/navigation.jpeg); */
}

p,ul,ol,li,dl,dt,dd,div,td,th,address,blockquote,nobr,b,i {
  font-family: Book Antiqua,Verdana,Arial,Helvetica,sans-serif;
  font-size: 12pt;
}

h1,h2,h3,h4 {
  font-family: Arial,Helvetica,sans-serif;
}

h1 {
  font-size: 24pt;
  border-bottom: solid thin black;
}

h2 {
  font-size: 18pt;
}

h3 {
  font-size: 14pt;
}

h4 {
  font-size: 12pt;
}

pre {
  font-family: Courier New,Courier;
  font-size: 12pt;
}

code,kbd,tt {
  font-family: Courier New,Courier;
  font-size: 12pt;
}

#caption {
  display: none;
}

p.netscapenote {
  font-size: 11pt;
  /*margin: 2px 20px;*/
  border: solid thin black;
  padding: 2px 10px;
}


