/* CSS Document */

A:active
{
   FONT-FAMILY:Tahoma, Arial, Courier;
   font-size: 10px;
   color: #093AC3;   
   text-decoration: none;
   letter-spacing: 2px;        
   border-bottom: 1px dotted #093AC3;  
}

A:hover
{
   FONT-FAMILY:Tahoma, Arial, Courier;
   font-size: 10px;
   color: #093AC3;
   letter-spacing: 2px;
   text-decoration: none;        
}

A:visited
{
   FONT-FAMILY:Tahoma, Arial, Courier;
   font-size: 10px;
   color: #093AC3;
   text-decoration: none;
   border-bottom: 1px dotted #093AC3;  
   letter-spacing: 2px;           
}

A:link
{
   FONT-FAMILY:Tahoma, Arial, Courier;
   font-size: 10px;
   color: #093AC3;
   text-decoration: none;
   border-bottom: 1px dotted #093AC3; 
   letter-spacing: 2px;        
}