﻿body {
}

.btm
{
    font-size: 8pt;
    color: tan;
    font-family: Tahoma;
}

.btm a
{
    font-size: 8pt;
    color: tan;
    font-family: Tahoma;
    text-decoration: none;
}
.btm a:hover
{
    font-size: 8pt;
    color: tan;
    font-family: Tahoma;
    text-decoration: underline;
}


h1
{
    font-weight: bold;
    font-size: 26pt;
    color: blue;
    font-family: Tahoma, Sans-Serif;
    margin-bottom: 0px;
}
.MNU
{
    font-size: 11pt;
    color: white;
    font-family: Tahoma, Sans-Serif;
    border-right: blue 1px solid;
}
.MNU a
{
    color: white;
    text-decoration: none;
    display: block;
    border-top: transparent 3px solid;
    border-bottom: transparent 3px solid;

}
.MNU a:hover
{
    color: white;
    text-decoration: none;
    display: block;
    border-top: white 3px solid;
        border-bottom: blue 3px solid;

    background-color: blue;
}
