

    /* This and all CSS files are parsed using DtCSS.  See http://code.google.com/p/dtcss/wiki/SyntaxGuide for usage guidelines */
    /* This should contain any site-wide typography rules. */
    /* There should be no need for local typography rules except in very unusual circumstances. */

body {
    font-family: Arial, sans-serif ;
    font-size: 12px ;
}

div.site-footer {
    text-align: center ;
    color: #3581c9 ;
}

div.site-header {
}

h1, h2, h3, h4, h5, h6 {
    color: #f66d1d;
    margin-bottom: 10px ;
    font-size: 24px;
}

h2.post-title {
    font-size: 16px ;
}

h2.post-title a {
    background: url(../images/uploaded/image/bullet.gif) no-repeat ;
    padding-left: 20px ;
    color: #f66d1d ;
    text-decoration: none ;
}

p {
    padding-bottom: 10px ;
}

p.banner {
    font-size: 20px ;
    text-align: center ;
    margin: 10px 0px ;
}

div.content {
}

div.content ul, div.content ol {
    margin-left: 25px ;
    padding-bottom: 10px ;
}

div.content ul.large-list {
    padding-top: 20px ;
    margin-left: 55px;
    list-style-image: url(/images/uploaded/image/bullet.gif) ;
}

div.content ul.large-list li {
    padding-bottom: 15px ;
}