 
BODY{
  background-image : url(img/bg.gif);
  background-repeat : repeat;
  background-attachment : fixed;
  font-size : 11pt;
}
A{
  font-weight : bold;
  color : blue;
  text-decoration : underline;
}
A:HOVER{
  color : red;
}
TABLE{
  font-size : 11pt;
}
.small{
  font-size : 10pt;
  font-style : italic;
}
.big{
  font-size : 14pt;
}
