BODY, TH, TD, P, DIV, SPAN, INPUT, BUTTON, SELECT, TEXTAREA, FORM, B, STRONG, I, U, H1, H2, H3, H4, H5, H6, 
 DL, DD, DT, UL, LI, OL, OPTION, OPTGROUP, A {
  font-family: sans-serif; 
  font-size: 8pt;
}

BODY {
  background-color: #FFFFDD;
  text-align: center;
  width: 100%;
  color:#000000;
  background-image: url(../resources/pattern1.png);
  background-attachment: fixed; 
  background-repeat: repeat;
  background-position: left top;
}


H1, H2, H3, H4, H5, H6 {font-weight:bold}
H1 {font-size:18px}
H2 {font-size:15px}
H5, H6 {font-size:11px}
a:link, a:visited {color:#035899;text-decoration:none}
a:hover {color:#035899;text-decoration:underline}
