body
{
        font-family: Arial;
        scrollbar-base-color:#FFd769;
}


a:link
{
        font-weight: bold;
        font-family: Arial;
        text-decoration: underline ;

}
a:visited
{
        font-weight: bold;
        font-family: Arial;
        text-decoration: underline;
}
a:active
{
        font-weight: bold;
        font-family: Arial;
        text-decoration: none;
}
a:hover
{
        font-weight: bold;
        font-family: Arial;
        text-decoration: none;

}
input, textarea, select
{
        background-color: #00008b;
        color: #ffd769;
        font-family: Arial;
        font-size: 10pt;
        border: 2px solid #3a4a92;
}
