
/*--  Heading Setting Style  --*/

div.blog h1.title {
	color : RGB(68,117,36);
	border-color :RGB(45,77,23);
	background-color: RGB(68,117,36);
	background-image:url();
	background-position:left top ;
	background-repeat:no-repeat ;
}
div.blog h1.title a{color : RGB(68,117,36) ;}
div.blog h1.title a:visited{color : RGB(68,117,36) ;}
div.blog h1.title a:hover{
	color : RGB(214,37,33) ;
	text-decoration : underline ;
	background-color:transparent;
	background-image:url();
	background-position:left top ;
	background-repeat:no-repeat ;
}

div.blog h2.title {
	color :RGB(117,170,36) ;
	border-color : RGB(117,170,36)  ;
	background-color : RGB(237,255,215) ;
	background-image:url();
	background-position:left top ;
	background-repeat:no-repeat ;

}
div.blog h2.title a{color:RGB(117,170,36);}
div.blog h2.title a:visited{color:RGB(117,170,36);}
div.blog h2.title a:hover{	
	color:RGB(68,117,36)  ;
	text-decoration : underline ;
	background-image:url();
	background-position:left top ;
	background-repeat:no-repeat ;
}

div.blog h3.title {
	color : RGB(41,129,46)  ;
	border-color : RGB(41,129,46) ;
	background-color:RGB(226,245,227);
	background-image:url();
	background-position:left top ;
	background-repeat:no-repeat ;
}
div.blog h3.title a{color:RGB(41,129,46);}
div.blog h3.title a:visited{color:RGB(41,129,46);}
div.blog h3.title a:hover{	
	color:RGB(41,129,46);
	text-decoration : underline ;
	background-image:url();
	background-position:left top ;
	background-repeat:no-repeat ;

}

div.blog h4.title {
	color : RGB(41,129,46)  ;
	border-color : RGB(41,129,46) ;
	background-color:RGB(226,245,227);
	background-image:url();
	background-position:left top ;
	background-repeat:no-repeat ;
}
div.blog h4.title a{color:RGB(41,129,46);}
div.blog h4.title a:visited{color:RGB(41,129,46);}
div.blog h4.title a:hover{	
	color:RGB(220,44,44);
	text-decoration : underline ;
	background-image:url();
	background-position:left top ;
	background-repeat:no-repeat ;

}

div.blog{
	color : #222222 ;
	background-color : RGB(231,239,239) ;
	border-color : RGB(197,199,197) ;
}

div.blog .blogbody {
	color : #222222 ;
	background-color : transparent ;
	border-color : RGB(151,142,151) ;
}

div.text{
	color : #222222 ;
	background-color : transparent ;
	border-color : RGB(151,142,151);
}
