.postBody h1
{
    margin: 15px 0;
    padding: 0;
    font-size: 135%;
}
.postBody h2
{
    margin: 15px 0;
    padding: 0;
    font-size: 125%;
}
.postBody h3
{
    margin: 15px 0;
    padding: 0;
    font-size: 110%;
}
.syntaxhighlighter
{
    background-color: white !important;
}
.syntaxhighlighter .line .number
{
    color: black !important;
    background-color: white !important;
}
/* First line */
.syntaxhighlighter .line.alt1
{
    background-color: white !important;
}

/* Second line */
.syntaxhighlighter .line.alt2
{
    background-color: white !important;
}