﻿body
{
    text-decoration: none;
}

.link
{
    color: #0066cc;
    text-decoration: none;
}

.navlink
{
    color: white;
    text-decoration: none;
}

.link:visited
{
    color: #0066cc;
}

.link:hover
{
    color: Red;
}

.navlink:hover
{
    color: Red;
}