.postBody h1{
padding:5px 20px;
background-color:#3366cc;
color:white;
border-radius:10px;
}
.postBody h1 strong{
user-select:none;
-webkit-user-select:none;
-khtml-user-select: none;
-moz-user-select:none;
-ms-user-select:none;
}
.postBody h1 strong:hover{
color:#ff6700;

}