body {
    background: #FFF;
    margin: 10% 30% 0 30%;
    font: 11pt Helvetica;
    color: #000;
}

div#content {
    padding: 20px;
    float: left;
    background: #FFF;
    width: 90%;
}

div#spacer {
    float: left;
    width: 100%;
    height: 50px;
}

p#left {
    width: 40%;
    line-height: 1.5em;
    float: left;
}

ul#right {
    float: left;
    display: block;
    width: 40%;
    margin-left: 5%;
}

p#usage {
    clear: both;
    font: 9pt Monaco, monospace;
}

h2 {
    clear: both;
}

li {
    margin-bottom: 11pt;
}

ul#right li {
    margin-bottom: 4pt;
}

a {
    color: #777;
    text-decoration: none;
}

a:hover {
    color: #333 ! important;
}

a:visited {
    color: #555;
}

a.footer {
    color: #F90;
}

a.footer:hover {
    color: #888 ! important;
}