 
A:link 
{
    color: #0064B6;
    font-weight: bold;
    text-decoration: underline 
} 

A:visited 
{ 
   color: #2766A4; 
   font-weight: bold;
   text-decoration : underline 
}

A:active 
{
    color: #000000; 
    font-weight: bold;
    text-decoration: underline 
}

A:hover 
{ 
    color: red;
    font-weight: bold;
    text-decoration: underline 
}
  
body,td,p
{
    font-family: tahoma,arial,helvetica,sans-serif; 
    color: #0064B6; 
    font-size: 9pt;
}

h1
{
    font-size:10pt;
    font-weight:bold;
    text-decoration: underline;
}

h2 
{
    font-size:9pt;
    font-weight:bold;
    text-decoration: underline;
} 

.background
{
    background-repeat: repeat-y;
}
    
