CSS Before CSS After
body
{
    font-family: Verdana, sans-serif;
    font-size: 12px;
    background-color: white;
    color: black;
    margin: 10px;
}



h1 { font-size: 30px;
margin-bottom: 10px; }

h2
{   
    padding-bottom: 5px;
    margin: 0;
}

#footer
{
    text-align: center;
    margin-top: 30px;
    font-size: 11px;
}

#posts
{
    padding: 25px;
    background-color: white;
}

.entry
{
    margin-bottom: 20px;
    border-bottom: 1px solid grey;
}

.date { font-size: 11px; }
body
{
    font-family: Georgia, serif;
    font-size: 12px;
    background-color: white;
    color: black;
    margin: 10px;
    background: url(../images/squidfingers_bg.gif) repeat top left;
}



h1 { font-size: 30px;
margin-bottom: 10px;
color: white;}

h2
{   
    padding-bottom: 5px;
    margin: 0;
    color: red;
}

#footer
{
    text-align: center;
    margin-top: 30px;
    font-size: 11px;
}

#posts
{
    padding: 25px;
    background-color: white;
    margin-left: 100px;
    margin-right: 100px;
}

.entry
{
    margin-bottom: 20px;
    border-bottom: 1px solid grey;
}

.date { font-size: 11px; }

h1, h2
{font-family: arial, sans-serif;}