/* dfBlog Custom Styles
***************************************************************************** */

/* Define your custom styles here */
p {
text-align:justify;
}

.post h2 a:visited, .post h3.post-title a:visited {
color:#BE261E;
}

h1 {
border-bottom:1px solid #CCDDDD;
color:#999999;
margin:0em 0 40px;
}

h1.single {
color:#BE261E;
margin:0 0 0;
}

.entry table tr th {
   border-style: none;
   background:none repeat scroll 0 0 #FFFFFF;
}

.entry table tr td {
   border-style: none;
} 

