body {
    margin: 50px auto;
    padding: 0px 10px;
    max-width: 650px;
    background-color: #29293d;
    color: #dedede;
}

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

a:hover, a:active {
    color: #e59728;
    text-decoration: underline;
}

h1, h3 {
    margin-bottom: 0px;
}

p {
    margin-top: 0px;
}

.header {

}

.content {
    margin-top: 30px;
}

.content h2 {
    margin-bottom: 0px;
}

.content a {
    font-weight: bold;
}

.footer {
    margin-top: 50px;
    text-align: center;
}

.footer a {
    margin-right: 10px;
}

.footer a:hover, a:active {
    text-decoration: none;
}

