BODY{
  font-size : 12pt;
  color : #990000;
  background-color : #ffffcc;
  background-image:url(./imgs/back.gif);
  background-attachment : fixed;
}
TH,TR,TD{
  font-size : 12pt;
  line-height : 18pt;
}
.big{
  font-size : 14pt;
}
.small{
  font-size : 10pt;
  line-height : 14pt;
}
.large{
  font-size : 16pt;
}
A:LINK{
  color: #CC0000;
  text-decoration : none;
}
A:VISITED{
  color: #CC0000;
  text-decoration : none;
}
A:HOVER{
  color: #CC0000;
  background-color: #FFF8DC;
  text-decoration : underline;
}
A:ACTIVE{
  color: #CC0000;
  text-decoration : none;
}