body {
    background-color: #f6f6f6;
    font-family: "Fontin Sans", "Myriad Pro", "Lucida Grande", sans-serif;
}

div.container {
    margin-left: 2em;
}

h1, h2, h3 {
    color: #333;
    text-shadow: #ddd 1px 1px 1px;
}

h1 {
    margin-top: 3%;
    font-size: 300%;
}

h2 {
    margin-top: 1.5em;
}

a:link, a:visited {
    color: #000;
    text-decoration: none;
}

a:hover {
    color: #999;
}

ul {
    list-style: square;
}

ul li {
    margin-bottom: 0.3em;
}

