html, body ,p {
    font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif;
    line-height: 1.7;
    font-size: 13px;
    color: #222;
    word-wrap: break-word;
}
textarea{
    background: #f5f5f5 none repeat scroll 0 0;
    border: 1px solid #ccc;
    font-family: Verdana;
    font-size: 12px;
    overflow: auto;
    width: 100%;
}

.postBody a:link{
color:#1111ff;
}

footer{
text-align:center;
}
.postTitle{
border-bottom:2px solid #21759b;
border-left:none;
}
.postTitle a:hover{
margin-left:0;
color:#217561;
}