﻿body {
}
A:link
{
    color: #003366;
    
    text-decoration: none;
}
A:visited
{
    color: #333333;
    text-decoration: none;
}
A:hover
{
    color: #ff9933;
    text-decoration: underline;
}

