﻿body
{
    background-color: ivory;
    font-family: Verdana, Sans-Serif;
    font-size: smaller;
    text-align: center;
}
.class1 A:link
{
    text-decoration: none;
    color: white;
}
.class1 A:visited
{
    text-decoration: none;
    color: white;
}
.class1 A:active {text-decoration: none}
.class1 A:hover
{
    text-decoration: underline overline;
    color: white;
}
A:link
{
    text-decoration: none;
    color: midnightblue;
}
A:visited
{
    text-decoration: none;
    color: midnightblue;
}
A:active {text-decoration: none}
A:hover
{
    text-decoration: underline;
    color: midnightblue;
}
.class2 A:link
{
    text-decoration: none;
    color: darkred;
}
.class2 A:visited
{
    text-decoration: none;
    color: DarkRed;
}
.class2 A:active {text-decoration: none}
.class2 A:hover
{
    text-decoration: underline;
    color: DarkRed;
}