body {
        font-size: x-small;
        font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
        background-color: white;
        scrollbar-track-color: white;
        scrollbar-arrow-color: black;
}
/*      Links unvisited links                                                   */
a.link:link {
        color: #0000FF;
        background: transparent;
}

/*      Links active links (not widely supported)                               */
a.link:active {
        color: #FFFFFF;
        background: #0000FF;
}

/*      Links when hovered over (MSIE only)                                     */
a.link:hover {
        color: #FFFFFF;
        background: #0000FF;
}

/*      Unvisited links                                                         */
a:link {
        color: #0000FF;
        background: transparent;
}

/*      Active links (not widely supported)                                     */
a:active {
        color:  #FFFFFF;
        background: #0000FF;
}

/*      Links when hovered over (MSIE only)                                     */
a:hover {
        color: #FFFFFF;
        background: #0000FF;
}
