body {
    font: 0.8125em 'Lucida Grande', 'Verdana', 'Geneva', 'Lucida', 'Arial', 'Helvetica', sans-serif; 
    line-height: 1;
    }
ul {
    list-style: none;
    }
p {
    margin-top: 10px;
    }
.errorlist {
    color: red;
    }
#content {
    padding: 20px;
    font-size: 130%;
    margin: 0 auto;
    width: 760px;
    }
#content p {
    max-width: 40em;
    margin-bottom: 1.5em;
    }
#content h1 {
    margin: 0.5em 0 1em 0;
    font-size: 190%;
    text-align: center;
    }
.logo {
    color: #d20000;
    color: #4e3025;
    color: #99613c;
    letter-spacing: -2px;
}
.status, .controls {
    background-color: #d20000;
    background-color: #99613c;
    background-color: #4e3025;
  color: white;
    }

#introduction {
    text-align: justify;
    width: 55%;
    float: left;
    }
    #introduction ul {
        list-style: disc;
        padding-left: 3em;
        }
    #introduction li {
        margin: 5px 0;
        }
#graphic {
    width: 45%;
    float: left;
    }
.highlight {
    padding: 20px;
    font-size: 140%;
    text-align: center;
    font-style: italic;
    font-family: serif;
    }
.hidden {
    display: none;
    }
