﻿
#top20 a
{
    font-size: 9pt;
    color: navy;
    font-family: Verdana, Arial, Sans-Serif;
    text-decoration: none;
}

#top20 a:hover
{
    font-size: 9pt;
    color: blue;
    font-family: Verdana, Arial, Sans-Serif;
    text-decoration: underline;
}


