﻿body
{
    font-family: Arial, Verdana;
}

A:active
{
    color: red;
}

A:visited
{
    color: highlight;
    font-family: 'Trebuchet MS';
}
A:link
{
    color: highlight;
}


a
{
    font-family: 'Trebuchet MS';
    text-decoration: none;
}


a:hover
{
    color: highlight;
    font-family: 'Trebuchet MS';
    text-decoration: underline;
}
