body        {
        font-family: Georgia, "Calisto MT", "Times New Roman", Times, serif;
        font-size: 0.9em;
}
blockquote {
        margin: 1em 1em 1em 0em;
        font-weight: bold;
        border-left: 2px solid #660000;
        padding-left: 1em;
}
div, p, th, td, li, dd, dl, dt {
        /* redundant selectors to help NS4 not forget */
        font-family:Georgia, "Calisto MT", "Times New Roman", Times, serif;
}
dt         {
        font-weight: bold;
}
ol, li, dl, dt, dd {
        line-height: 1.5em;
}
.content {
        /* nothing special */
}
h1        {
        font-size: 1.3em;
        font-weight: bold;
}
h2        {
        font-size: 1.1em;
}
h3        {
        font-size: 1em;
}
img        {
        border:        0
}
a        {
        text-decoration: underline;
        font-weight: bold;
}
a:link        {
        /* nothing special */
}
a:visited        {
        /* nothing special */
}
a:active        {
        /* nothing special */
}
a:hover        {
        /* nothing special */
}
code, tt, pre        {
        font: "andale mono", monaco, courier, "courier new", monospace;
}
.title {
        /* nothing special */
}
#blogdescription {
        margin-top: 0%;
        padding-left: 0%;
        font-weight: bold;
}
.postingtitle {
        font-weight: bold;
        font-size: 1em;
        margin-bottom: 0%;
        padding-left: 1em;
}        
.blogitem {
        padding-left: 3em;
        margin-bottom: 1em;
}
.posted {
        margin-top: 0%;
        padding-left: 0%;
        padding-left: 1em;
}
#sidenote {
        display: none;
}
