 
 div#body {
	padding: 20px;
	
 }
 
 div#blog h1 {
	font-size: 31px;
	margin-bottom: 3px;
	font-family: Times new Roman;
	font-weight: lighter;
	
 }
 
 div#blog h6 {
	font-size: 9px;
	font-family: Tahoma;
	color: #808080;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	
 }
 
 div#blog p {
	font-family: Arial;
	text-align: justify;
	font-size: 14px;
	line-height: 140%;
	
 }
 
 div#blog p.brief_description {
	color: #606060;
	margin-bottom: 20px;
	font-style: italic;
	
 }

 div#blog ul
 {
	font-family: Verdana;
	font-size: 14px;
	line-height: 140%;
 }

 div#blog ul li
 {
	list-style: square;
	margin-bottom: 10px;
 }

 div#blog h2
 {
	font-size: 15px;
	font-weight: bold;
	color: black;
	padding-bottom: 2px;
	border-bottom: 1px solid #3b5086;
	margin-top: 25px;
 }
