﻿.blogImage 
{
    max-width: 300px;
    max-height: 300px;
    width: expression(this.width > 300 ? 300 : true);
    height: expression(this.height > 300 ? 300 : true);
}
.footing
{
    text-align: center;
    padding:0;
}
.blogPost p {margin-bottom: 2.5em;}
span.success {display:block;}