#header {
    padding-top: 1em;
    text-align: center
}

#footer {
    text-align: center;
}

h1 {
    font-family: "times new roman", times, serif;
    color: #000;
}

h1 a {
    text-decoration: none;
}


h2 {
    font-size: 1.5em;
    margin-bottom: 0.2em;
    color: #000;
}

h2 a {
    font-family: helvetica, sans-serif;
    text-decoration: none;
}

h2 a:hover {
    text-decoration: underline;
}

h4 {
    border-bottom: 0.1em solid #000;
    margin-bottom: 0.5em;
}

h4 a {
    font-family: helvetica, sans-serif;
    text-decoration: none;
    color: #000;
}

h4 a:hover {
    color: #009; 
}

h5 {
    margin-bottom: 0.5em;
}

.comments p {
    margin-left: 1em;
}

#nav a {
    padding-right: .5em;
    padding-left: .5em;
    text-decoration: none;
}

#nav a:hover {
    text-decoration: underline;
}

textarea {
    height: 8em;
}

a img.size-thumbnail {
    border: 1px solid #000;
    padding: 2px;
}
