/* styles used for the 'tab-top' navigation menu *(Page 3 only ?)*/
.a:link.tablinks
{
    color : red;
    text-decoration : none;
    font-family : Tahoma , Verdana;
    font-weight : bold;
}
.a:visited.tablinks
{
    color : red;
    text-decoration : none;
    font-family : Tahoma , Verdana;
    font-weight : bold;
}
.a:hover.tablinks
{
    color : rgb(51 , 204 , 255);
    font-style : italic;
    text-decoration : none;
}
.a:link.currenttab
{
    color : rgb(51 , 204 , 255);
    font-style : italic;
    text-decoration : none;
}
.a:visited.currenttab
{
    color : rgb(51 , 204 , 255);
    font-style : italic;
    text-decoration : none;
}
.a:active.currenttab
{
    color : rgb(51 , 204 , 255);
    font-style : italic;
    text-decoration : none;
}

