#header, #article-header, #footer, #snf, #edit-hidden {
    display: none;
}

#index-nav {
    display: none;
}

.help {
    border: thin solid black;
    padding: 1em;
}

.info {
    border: thin solid black;
    padding: 1em;
    margin-bottom: 1em;
}

.posted {
    margin-bottom: 0.05em;
}

.comment {
    margin-bottom: 1.5em;
}

.edit {
    display: none;
}

ins, .ins {
    background-color: yellow;
}

del, .del {
    background-color: red;
}

#sidebar {
    display: none;
}

#comments-form {
    display: none;
}

h1, h2, h3, h4, h5, h6, p, li, dt, dd {
    color: black;
}

h1 {
    font-size: 24pt;
}

h2 {
    font-size: 20pt;
}

h3 {
    font-size: 18pt;
}

h4 {
    font-size: 16pt;
}

h5 {
    font-size: 14pt;
}

h6 {
    font-size: 12pt;
}

p, li, dt, dd {
    font-size: 12pt;
    line-height: 18pt;
}

blockquote p {
    line-height: 12pt;
}

a {
    color: black;
}

img {
    border-color: #CCC;
}

#version-info {
    color: #CCC;
    font-size: 10pt;
}
