
/*--  Heading Setting Style  --*/

div.blog h1.title {
	color :RGB(191,168,0);
	border-color : RGB(222,158,82);
	background-color: RGB(227,188,0) ;
	background-image:url();
	background-position:left top ;
	background-repeat:no-repeat ;
}
div.blog h1.title a{color : RGB(191,168,0);}
div.blog h1.title a:visited{color : RGB(227,188,0) ;}
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(191,168,0)  ;
	border-color :RGB(191,168,0) ;
	background-image:url();
	background-position:left top ;
	background-repeat:no-repeat ;
	background-color : RGB(255,255,189) ;

}
div.blog h2.title a{color:RGB(191,168,0)}
div.blog h2.title a:visited{color :RGB(227,188,0) ;}
div.blog h2.title a:hover{	
	color:RGB(227,188,0) ;
	text-decoration : underline ;
	background-image:url();
	background-position:left top ;
	background-repeat:no-repeat ;
}

div.blog h3.title {
	color : RGB(227,188,0)  ;
	border-color :RGB(227,188,0)  ;
	background-color:RGB(255,255,222);
	background-image:url();
	background-position:left top ;
	background-repeat:no-repeat ;
}
div.blog h3.title a{color:RGB(227,188,0) ;}
div.blog h3.title a:visited{color:RGB(227,188,0) ;}
div.blog h3.title a:hover{	
	color:RGB(73,133,37);
	text-decoration : underline ;
	background-image:url();
	background-position:left top ;
	background-repeat:no-repeat ;

}

div.blog h4.title {
	color : RGB(227,188,0)  ;
	border-color :RGB(227,188,0)  ;
	background-color:RGB(255,255,222);
	background-image:url();
	background-position:left top ;
	background-repeat:no-repeat ;
}
div.blog h4.title a{color:RGB(227,188,0) ;}
div.blog h4.title a:visited{color:RGB(227,188,0) ;}
div.blog h4.title a:hover{	
	color:RGB(73,133,37);
	text-decoration : underline ;
	background-image:url();
	background-position:left top ;
	background-repeat:no-repeat ;

}

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

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

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