﻿body
{
    font-size: smaller;
    text-decoration: none;
}
A:link
{
    font-size: 10pt;
    text-decoration: none;
    color: #000033;
}
A:active 
{
}
A:visited
{
}
A:hover
{
    font-size: 10pt;
    color: orangered;
    text-decoration: underline;
}
