/*-- Heading Setting Style --*/

div.blog h1.title {
color : RGB(214,37,33) ;
border-color : RGB(164,72,72) ;
background-color: RGB(214,37,33) ;
background-image:url();
background-position:left top ;
background-repeat:no-repeat ;
}
div.blog h1.title a{color : RGB(214,37,33) ;}
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(188,48,48);
border-color : RGB(220,16,16) ;
background-image:url();
background-position:left top ;
background-repeat:no-repeat ;
background-color : RGB(255,200,200) ;

}
div.blog h2.title a{color:RGB(188,48,48);}
div.blog h2.title a:hover{ 
color:RGB(121,140,195);
text-decoration : underline ;
background-image:url();
background-position:left top ;
background-repeat:no-repeat ;
}

div.blog h3.title {
color : RGB(124,48,48) ;
border-color : RGB(124,48,48) ;
background-color:RGB(255,250,240);
background-image:url();
background-position:left top ;
background-repeat:no-repeat ;
}
div.blog h3.title a{color:RGB(124,48,48);}
div.blog h3.title a:hover{ 
color:RGB(220,44,44);
text-decoration : underline ;
background-image:url();
background-position:left top ;
background-repeat:no-repeat ;

}

div.blog h4.title {
color : RGB(124,48,48) ;
border-color : RGB(124,48,48) ;
background-color:RGB(255,250,240);
background-image:url();
background-position:left top ;
background-repeat:no-repeat ;
}
div.blog h4.title a{color:RGB(124,48,48);}
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 : 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);
}
