body {
    color: #000000;
    background: #ffffff;
    font: 14px Georgia, Times, "Times New Roman", serif;
    line-height: 1.5;
    padding: 1em;
    margin: 0;
}

div#containerx {
    width: 600px;
    text-align: justify;
    padding: 1em;
}

h1,h2,h3 {
    margin: 0;
    padding: 0;
    color: #000000;
    font-weight: normal;
    font-family: Verdana, Helvetica, "Helvetica Neue", Arial, sans-serif;
}

h1 { font-size: 2em; line-height: 1; padding-bottom: 0.20em; }
h2 { font-size: 1.25em; }
h3 { font-size: 1em; font-weight: bold; }

p { margin: 1em 0; padding: 0; }
a { color: #000099; text-decoration: none; }

pre {
    margin: 1em 0;
    white-space: pre;
    font-family: 'andale mono', 'lucida console', 'consolas', monospace;
    line-height: 1.25;
}

pre.excerpt {
    border: 1px solid maroon;
    padding: 1em;
    white-space: pre-wrap;
    white-space: -moz-pre-wrap !important;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
}

blockquote {
    color: #555555;
    quotes: none;
    padding: 1em;
    margin: 1em;
}

q { quotes: '\201c' '\201d' '\2018' '\2019' }
q:before { content: open-quote; }
q:after { content: close-quote; }

em,strong,cite,dfn,code,samp,kbd,var,abbr,acronym {
    border: 0; font-variant: normal;
    font-style: inherit; font-weight: inherit;
}
em { font-style: italic; }
strong { font-weight: bolder; }
code, samp, kbd, var {
    font-family: 'andale mono', 'lucida console', 'consolas', monospace;
}
ins { text-decoration: none; background: #eeeeee; }
del { text-decoration: line-through; }

address {
    font: 1em Georgia, Times, 'Times New Roman', serif;
    border-top: 1px solid black;
    margin-top: 0.5em;
    padding-top: 0.75em;
}

h1 + h1.date { margin-top: 0.75em; }
h1.date {
    font-size: 1em;
    border-bottom: 1px dashed;
    margin-bottom: 1em;
}
h1.date + h2.post { font-size: 1.2em; }
p.postmeta + h1.date { margin-top: 0.75em; }
p.postmeta + h2.post { margin-top: 0.5em; }

p.postmeta {
    text-align: right;
    font-size: 80%;
    font: 'andale mono', 'lucida console', 'consolas', monospace;
}

