
/*--  Heading Setting Style  --*/

div.blog h1.title {
	color : RGB(58,58,58) ;
	border-color : RGB(120,120,120) ;
	background-color: RGB(58,58,58);
	background-image:url();
	background-position:left top ;
	background-repeat:no-repeat ;
}
div.blog h1.title a{color :  RGB(50,50,50)  ;}
div.blog h1.title a:visited{color :  RGB(50,50,50)  ;}
div.blog h1.title a:hover{
	color : RGB(50,50,50) ;
	text-decoration : underline ;
	background-color:transparent;
	background-image:url();
	background-position:left top ;
	background-repeat:no-repeat ;
}

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

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

}

div.blog h4.title {
	color : RGB(50,50,50);
	border-color : RGB(90,90,90) ;
	background-color:RGB(245,245,245);
	background-image:url();
	background-position:left top ;
	background-repeat:no-repeat ;
}
div.blog h4.title a{color:RGB(50,50,50);}
div.blog h4.title a:visited{color:RGB(50,50,50);}
div.blog h4.title a:hover{	
	color:RGB(50,50,50);
	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(147,147,147) ;
}

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