html {
    height: 100%;
}

body {
    height: 100%;
}

body, html {
    background-color: #323232;
    color: #ffffff;
}

body, td {
    color: #ffffff;
    font-size: small;
    font-family: arial, helvetica, sans-serif;
}

div.Template {
    border-width: 2px;
    border-color: #ffff00;
    border-style: solid;
    background-color: #323232;
    width: 760px;
    margin-left: auto;
    margin-right: auto;
}

.menuitem {
}

.main {
    margin-left: auto;
    margin-right: auto;
}

.blue {
    color: #00aeef;
}

.footer {
    padding: 5px;
    font-size: x-small;
    font-weight: bold;
    width: 750px;
    height: 23px;
    line-height: 23px;
    background-color: #221e1f;
    margin-left: auto;
    margin-right: auto;
    margin-top: 2px;
}

h1 {
    font-size: large;
    padding-top: 20px;
    margin: 0px;
    color: #ffffff;
}

p {
    color: #ffffff;
}

h2 {
    font-size: medium;
}

h3 {
    font-size: large;
}

h4 {
    font-size: x-large;
    color: #ffff00;
}

h5 {
    font-size: small;
}

a, font {
    color: #ffffff;
}

    a.MenuItem, font.MenuItem {
        font-weight: bold;
        font-size: x-small;
        margin-left: 10px;
        margin-right: 10px;
        text-decoration: none;
    }

    a.MenuItemSelected, font.MenuItemSelected {
        font-weight: bold;
        color: #ffff00;
        font-size: x-small;
        margin-left: 10px;
        margin-right: 10px;
        text-decoration: none;
    }

    a.FooterMenuItem, font.FooterMenuItem {
        font-size: x-small;
    }

    a.FooterMenuItemSelected, font.FooterMenuItemSelected {
        color: #ffff00;
        font-size: x-small;
    }

.Highlight {
    color: #ffff00;
}
