h2.CommonTitle {
    font-size: 16pt; 
    font-family: Trebuchet MS;
}

h4.BlogPostHeader {
    font-size: 11pt;
}

.BlogPostContent {
    font-size:9pt;
}

div.code_block {
    background-color:#f1f1f1;
    margin: 10px 0 10px 10px;
    padding: 5px;
    color: #800000;
    whitespace: pre-wrap;
    border-left: 3px solid gray;
    font-size: 8pt;
    border-right: 1px dotted gray;
    border-top: 1px dotted gray;
    border-bottom: 1px dotted gray;
}
span.code_line{
    background-color:#f1f1f1;
    color: #800000;
    font-size: 8pt;
}