﻿body {
    font-family: Comic Sans MS;
    background-color: #faebfa;
    color: #38b6ff;
    font-weight: bold;
}

.Header {
    font-size: 28pt;
    color: #38b6ff;
    text-align: center;
    font-weight: bold;
}

.centerText {
    text-align: center;
}

H1 {
    font-size: 28pt;
    color: #38b6ff;
    text-align: center;
    font-weight: bold;
}

.SubHeader {
    font-size: 16pt;
    color: #38b6ff;
    text-align: center;
    font-weight: bold;
}

.Menu {
    text-align: center;
    font-family: Tahoma;
    font-size: 8pt;
    font-weight: bold;
    height: 20px;
    vertical-align: middle;
    background-image: url("/_Images/MenuBackground.gif")
}

.Menu A:Link {
    text-decoration: none;
    color: Black;
}

.Menu A:Visited {
    text-decoration: none;
    color: Black;
}

.Menu A:hover {
    text-decoration: none;
    cursor: hand;
    color: Blue;
}

.Menu A:Active {
    text-decoration: none;
    color: Black;
}

A:Link {
    text-decoration: none;
    color: Black;
}

A:Visited {
    text-decoration: none;
    color: Black;
}

A:hover {
    text-decoration: none;
    cursor: hand;
    color: Blue;
}

A:Active {
    text-decoration: none;
    color: Black;
}