/* dfBlog Custom Styles
***************************************************************************** */

/* Define your custom styles here */
body {
	font-size: 57.50%; /* Resets 1em to 10px */
	}
	body.font-small		{ font-size: 60%; }
	body.font-medium	{ font-size: 70%; }  
	body.font-large		{ font-size: 80%; }

.alignleft { margin : 6px 12px 2px 0; }
.alignright { margin : 6px 0 2px 12px; }

.post { text-align: justify; }
