body {
    font-family: monospace;
    font-size: 9pt;
}

.datelink {
    float: left;
    line-height: 1.5em;
}

.content {
    white-space: pre;
    margin-left: 150px;
    padding-top: 0px;
}

h1 {
    font-size: 200%;
    font-weight: bold;
    margin-bottom: 30px;
}

h2 {
    padding-top: 0px;
    font-size: 100%;
    font-weight: bold;
    margin-bottom: 2px;
}

h3 {
    font-size: 100%;
    font-weight: normal;
    border-bottom: 1px dotted gray;
    margin-top: 0px;
    padding-bottom: 0.5em;
    margin-bottom: 0.5em;
}

h4 {
    font-size: 100%;
    font-weight: normal;
    margin-top: 0px;
    margin-bottom: .2em;
}

.pagelink {
    white-space: normal;
    float: right;
    text-align: right;
}

.itemlink {
    white-space: normal;
    float: right;
    text-align: right
}

.commentlink {
    margin-left: 30px;
    margin-bottom: 1.5em;
}

.comment {
    border-top: 1px dotted gray;
    margin-left: 30px;
    margin-bottom: 1em;
    margin-top: 0.5em;
    padding-top: 0.5em;
}

.commentform {
    padding-top: 0.5em;
    border-top: 1px dotted gray;
}


input {
    border: none;
    border-bottom: 1px solid black;
}

textarea {
    border: 1px solid gray;
    margin-top: 15px;
    margin-bottom: 5px;
}

.submitbutton {
    border: none;
    background: white;
    text-decoration: underline;
    cursor: pointer;
    padding: 0px;
    margin: 0px;
}

a {
    color: inherit;
}

a:active {
    color: inherit;
}

a:visited {
    color: gray;
}

a:hover {
    color: inherit;
}
