body {
    background-color: #ffffff;
}

#mission {
    color: #ff0000;
    text-align: center;
    margin-bottom: 2em;
}

#buttons {
    text-align: center;
}

#download {
    display: inline-block;
    border: 2px outset;
    width: 10em;
    font-size: 16pt;
    text-align: center;
    margin-left: 1em;
    margin-bottom: 1em;
    background-color: #cccccc;
}

#download a {
    display: block;
    color: #009000;
    text-decoration: none;
    width: 100%;
    height: 100%;
}

#download a:hover {
    background-color: #eeeeee;
}

#download:active {
    border: 2px inset;
}

#archive {
    display: inline-block;
    border: 2px outset;
    width: 10em;
    font-size: 16pt;
    text-align: center;
    margin-left: 1em;
    margin-bottom: 1em;
    background-color: #cccccc;
}

#archive a {
    color: #ff0000;
    text-decoration: none;
    width: 100%;
    height: 100%;
    display: block;
}

#archive a:hover {
    background-color: #eeeeee;
}

#archive:active {
    border: 2px inset;
}

.note {
    font-size: 12pt;
    text-align: center;
    margin-top: 1em;
    margin-bottom: 1em;
}

#welcome {
    display: none;
}

