 
a.linkcol 
{
 color: #666666;
 text-decoration: none;
}
 
a.hover:linkcol 
{
 color: #33CCFF;
 text-decoration: underline;
}
a.visited:linkcol 
{
 color: #99CCFF;
 text-decoration: none;
}

