body {
    font-size: 14pt;
}

aside {
    background-color: #333333;
    background-image: url('../sidebar.jpg');
}

h1 {
    color: #55775e;
    font-weight: bold;
    font-size: 200%;
}

h2 {
    color: #55775e;
    font-size: 150%;
    font-weight: bold;
}

h3 {
    font-size: 110%;
    font-weight: bold;
}

h4 {
    font-size: 105%;
    font-weight: bold;
}

.figure {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    font-style: italic;
}

dt {
    font-weight: bold;
}

dd {
    margin-left: 1em;
}

textarea {
    width: 100%;
}

@media print {
    aside, nav, .tag-cloud, footer {
        display: none !important;
    }
}
