/* CSS definitions for fonts */

body {
  font-family: arial, helvetica, sans-serif;
  background: #ffffff;
  background-image:url(images/drumhead.gif);
  background-position:top center;
  background-repeat:repeat; 
  background-attachment:fixed;
  scrollbar-arrow-color: #000000;
  scrollbar-base-color: #f5f5f5;
  scrollbar-track-color: #d3d3d3;
}

a:link {color: #9e0000; text-decoration: none;}
a:visited {color: #000791; text-decoration: none;}
a:hover {color: #cc9933; text-decoration: underline; background-color: #ffffff;}
a:active {color: #cc9933; text-decoration: none;}

p, td, h2, ul, ol, li { 
  font-family: arial, helvetica, sans-serif;
  font-size: 12pt;
}

th {
  font-size: 12pt;
  font-weight: bold;
}

h1 {
  font-family: arial, helvetica, sans-serif;
  font-size: 18pt;
}

b.serif {
  font-family: times, "times new roman", serif;
}

td.smaller {
  font-size: 10pt;
}

p.bigger {
  font-size: 16pt;
}

p.big {
  font-size: 14pt;
}

p.smaller {
  font-size: 10pt;
}

p.smallest {
  font-size: 8pt;
}
