
html {
    height: 100%;
}

body {
    background: #000000;
    color: #999999;
    margin: 0;
    padding: 0;
    font-size: 16px;
}

body .IntroText {
    color: #999999;
    background-color: #000000;
    font-size: 18px;
}

body .ListHead {
    color: #FF0000;
    background-color: #000000;
    font-size: 32px;
    font-weight: bold;
    text-decoration: underline;
}

body .Update {
    color: #FF0000;
    background-color: #000000;
    font-size: 30px;
    font-weight: bold;
    text-decoration: underline;
}

body .UpdateDate {
    color: #FF0000;
    background-color: #000000;
    font-size: 20px;
    font-style: italic;
}

a {
    color: #FFFFFF;
}

a:hover {
    color: #AAAAAA;
}

h1 {
    color: #FFFFFF;
    font-family: sans-serif;
    font-size: 42px;
}

h3 {
    color: #FF0000;
    font-family: sans-serif;
    font-size: 20px;
}


