
body {
background: fffff9;
color: #222;
font-family: Gotham, Helvetica, Sans-Serif;
}

div#content {
margin-left: 15%;
margin-top: 5%;
padding-left: 1em;
padding-bottom: 5em;
border-left: 1px solid #609;
}

div#content h1 {
font-size: 2em;
margin-bottom: 0;
color: #609;
}

div#content ul.section {
font-size: 0.9em;
list-style:none;
list-style-position: inside;
}

ul.section lh {
font-weight: bold;
padding-bottom: 0.5em;
}

a {
text-decoration: none;
color: orange;
}

a:hover {
text-decoration: underline;
color: blue;
}

div.footer {
text-align:right;
font-size: 0.75em;
width: 400px;
margin-left: 15%;
}

