body {
    font-family: Arial, Helvetica, sans-serif;
    margin: 0px;
}

h1 {
    font-size: 22px;
    margin: 0px 0px 30px;
    text-align: center;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

h2 {
    font-size: 17px;
    margin-bottom: -5px;
}

#content {
    margin: 0px auto;
    width: 800px;
}

#header {
    background-color: #111111;
    color: #555555;
    font-size: 12px;
    height: 50px;
    margin: 0px;
    padding: 30px 0px 50px 0px;
    text-align: center;
}

#header a {
    color: #EEEEEE;
    font-size: 12px;
    letter-spacing: 1.5px;
    padding: 0px 4px;
    text-decoration: none;
    text-transform: uppercase;
}

#header a:hover {
    color: #3D7DAB;
}

#header a.active {
    color: #3D7DAB;
}

.article {
    border-bottom: dotted 1px #999999;
    color: #333333;
    line-height: 30px;
    margin: 70px 0px 0px;
    padding: 0px 40px 50px;
}

.article a {
    border-bottom: dotted 1px #999999;
    color: #3D7DAB;
    text-decoration: none;
}

.article a:hover {
    border-bottom: none;
    text-decoration: underline;
}

.code {
    background: #DDDDDD;
    border: dotted 1px #999999;
    font-family: "Courier New", Courier, monospace;
    margin-top: 10px;
    padding: 0px 10px;
}

.logo {
    margin-bottom: 20px;
}

.text {
    margin: 0px;
}

