body {
    color: #404040;
    font-size: 11pt;
    font-family: 'Lucida Sans Unicode', Helvetica, Arial, sans-serif;
}

h1,h2,h3,h4 {
    color: #A4A400;
    background-color: #F0F0F0;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-size: 18pt;
    text-decoration: underline;
}

h1{
    text-align: center;
    font-size: 22pt;
}

a {
    color: #A4A400;
}

#one ol {
    list-style: none;
    border: 0;
    padding: 0;
}

footer pre {
    width: 300px;
    text-align: right;
    font-family: monospace;
}


section#comments p {
    background-color:#FFFFA8;
    font-style: italic;
    margin: 5px 30px;
}