div.content.singlecolumn
{
    text-align: left;
}

div.content h1
{
    font-size: 30px !important;
    text-align: left !important;
    font-weight: 100;
}

div.content h2
{
    font-size: 23px !important;
    font-weight: 100;
    padding: 5px;
    background-color: #d3c6ac !important;
}

div.content h3
{
    font-weight: 100;
}

div.content ul
{
    margin-top: 1em;
    margin-bottom: 1em;
}

div.content>ol>li
{
    list-style-position: outside;
}
