﻿body
{
    background-color: #ffffff;
    color: Black;
    font-family: Arial;
    font-size: 10pt;
}

a:visited
{
     color: #1c5e9b; 
     text-decoration: none
}
a:link
{
     color: #1c5e9b; 
     text-decoration: none
}
a:active
{
     color: #1c5e9b; 
     text-decoration: none
}
a:hover
{
    color:  Red;
}
