body {
    background-color: #fff;	
    margin: 0 30px 0 30px;
    font-family: Georgia,Times,serif;
    font-size: 12 pt;
}

h1 {

}

#footer {
    font-size: 9pt;
    color: #777;

    border-top: 2px solid #ccc;
    margin-bottom: 50px;
    
}

#wrapper {
    margin-left: auto;
    margin-right: auto;
    max-width: 650px;
    border: 0px solid black;
}

#header {
    background-color: #fff;
    margin-bottom: 50px;
}

#menu {
   
    float: right;
}

#menu ul {
    margin-top: 5px;
    margin-right: 20px;
    list-style-image: none;
}

#menu ul li {
    display: inline;
    font-family: Verdana, sans-serif;
    font-size: 12px;
    font-weight: bold;
}

ul li {
    list-style-type: square;
}

pre {
    padding: 1em;
    background-color: #eee;
}