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