body {
    background: white;
    margin-top: 140px;
}

h1, h2, h3, h4, h5, h6 {
    font-family: Georgia, serif;
}

p + p  { 
    margin-top: 1em;
    text-indent: 0; 
}

blockquote.qotd {
    font-size: 1.5em;
}

blockquote.author {
    text-align: right
}

blockquote.itotd {
    font-size: 1.5em;
}

blockquote.story {
    font-size: 1em;
    font-style: normal;
}

blockquote.ii {
    font-size: 1.2em;
}

a.submission_link {
    color: #0087dd;
    font-size: 1.2em;
    font-weight: bold;
    text-decoration: none;
}

a.internal_link {
    color: #0087dd;
    text-decoration: none;
}

hr {
    background: black;
    color: black;
}

.colborder {
    border-right: 1px solid black;
}

ul.latest_posts {
    list-style-type: none;
}

ul.latest_posts li blockquote {
    margin-bottom: 0;
    margin-top: 0;
    padding-bottom: 0;
    padding-top: 0;
}

th, td {
    border-bottom: 0;
}

a:hover {
    color: #009900;
}

em {
    font-weight: bold;
    background: white;
    font-style: normal;
}
