div.post div.entry
{
font-family: Georgia,"Times New Roman",Times,sans-serif
}
div.post div.entry h1, div.post div.entry h2, div.post div.entry h3 {
margin-top: 24px;
margin-bottom: 12px;
}
div.post div.entry h1 {
padding: 5px;
color:white;
background-color: gray;
}
div.post h2 {
font-size: 22px;
line-height: 100%;
}
div.post div.entry pre.code {
border-style: dashed;
border-left: solid 5px #6ce26c
}