html {
    margin: 0;
    padding: 0;
}

body {
    margin: 0;
    padding: 0;
    font-family: verdana, 'trebuchet ms', sans-serif;
    font-size: 10pt;
    color: #000;
    background: #FFCCCC url(http://books.morejohn.com/images/background.gif) repeat top left;
}

a:link,
a:visited,
a:active {
    color: #003366;
    text-decoration: none;
}

a:hover {
    color: #800080;
    border-bottom: 1px dashed #800080;
}

#container {
    margin: 10px auto;
    width: 790px;
    margin-bottom: 0px;
    background: #FFFFFF;
    border: 10px solid #8F3747;
    border-bottom: 0px;

}

img {
    border: 0px;
}

#banner {
    border-bottom: 0px solid #E2C1FA;
}

#banner a:hover {
    border: 0px;
}

td.column {
    background-color: #FFCCCC;
    vertical-align: top;
    width: 200px;
    padding: 10px;
    font-size: 9pt;
}

td.content {
    vertical-align: top;
    width: 550px;
    padding: 10px;
}

.navigation {
    text-align: center;
    padding: 5px;
}

.header-date {
    color: #666666;
    font-size: 7pt;
    text-align: left;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.header-entry {
    font-family: Georgia;
    color: #FFCCCC;
    font-weight: bold;
    font-size: 18pt;
    padding-bottom: 2px;
}

.header-archive {
    font-family: Georgia;
    color: #FFCCCC;
    font-weight: bold;
    font-size: 18pt;
    padding-bottom: 10px;
}

.header-comments {
    font-weight: bold;
    font-size: 11pt;
    border-bottom: 1px solid #585858;
    padding-top: 20px;
    margin-bottom: 5px;
}

.footer-entry {
    text-align: left;
    border-bottom: 1px dashed #999999;
    padding-bottom: 5px;
    font-weight: bold;
    font-size: 8pt;
    margin-bottom: 20px;
}

.footer-comment {
    text-align: right;
    font-weight: bold;
    font-size: 7pt;
}

.sidebar-title {
    margin: 20px 0px 10px 0px;
    color: #000;
    font-size: 10pt;
    letter-spacing: 2px;
    font-weight: bold;
    text-transform: uppercase;
    border-bottom: 1px solid #585858;
}

ul.sidebar-list {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

li.sidebar-list-item {
}

#copyright {
    font-size: 8pt;
    color: #585858;
}

.comment {
    margin-top: 5px;
    padding: 10px;
    padding-top: 5px;
    background-color: #FFCCCC;
}

.entry img {
    margin: 10px 0px;
    padding: 10px;
    background-color: #FFCCCC;
}

.entry a {
    font-weight: bold;
}