﻿.menu
{
    font-size: small;
    font-weight: bold;
}

.menu A:link
{
    text-decoration: none;
    color: White;
}
.menu A:visited
{
    text-decoration: none;
    color: White;
}
.menu A:active
{
    text-decoration: none;
    color: White;
}
.menu A:hover
{
    text-decoration: underline overline;
    color: White;
}
