/* basic declarations for CSS formatted pages.  */

BODY {
 background: white;
}

H1, H2, H3, H4 {
  font-family: "Comic Sans MS",Tekton,Arial,Helvetica,Sans-serif;
  font-weight: bold;
}

P.small {
 font-size: small;
}

P.announce {
 font-family: sans-serif;
 font-size: small;
}

ADDRESS {
 font-size: 10pt;
 font-family: monospace;
 font-style: italic;
}
