﻿body 
{
    font-family:Arial;
}
.footerlink a:link
{
    color:White;
    font-family:Arial;
    font-size:small;
    font-weight:bold;
    text-decoration:none;
}
.footerlink a:visited
{
    color:White;
    font-family:Arial;
    font-size:small;
    font-weight:bold;
    text-decoration:none;
}
.footerlink a:active
{
    color:White;
    font-family:Arial;
    font-size:small;
    font-weight:bold;
    text-decoration:none;
}
.footerlink a:hover
{
    color:#996633;
    font-family:Arial;
    font-size:small;
    font-weight:bold;
    background-color:White;
    text-decoration:underline;
}
