﻿body 
{
      font-family: Arial Black; 
      font-size: 9pt; 
      text-align: right;
      background-repeat: repeat-x;
}
div 
{
     
} 

a:link 
{ 
        color: white; 
        text-decoration: none; 
        font-family: Arial Black; 
}
a:visited 
{ 
        color: white; 
        text-decoration: none; 
        font-family: Arial Black; 
}
a:hover 
{ 
        color: yellow; 
        text-decoration: underline; 
        font-family: Arial Black; 
}
a:active 
{ 
        color: yellow; 
        text-decoration: underline; 
        font-family: Arial Black;
}