﻿body
{
    font-family: franklin gothic medium;
    font-family: verdana;
    font-size:smaller;
    color: white;  
    background-color: white;
    
}
label
{
    font-family: franklin gothic medium;
    font-size: smaller;
    color: White;
}
a:link {
COLOR: black;
}
a:visited {
COLOR: black;
}
a:hover {
COLOR: #007c94;
}
a:active {
COLOR: black;
}



