/*-- Heading Setting Style --*/

div.blog h1.title {
color : RGB(79,1,1) ;
background-color: RGB(255,48,117) ;
border-color : RGB(203,52,31) ;
background-image:url();
background-position:left top ;
background-repeat:no-repeat ;
}
div.blog h1.title a{color : RGB(255,48,117)  }
div.blog h1.title a:hover{
color : RGB(255,48,117) ;
text-decoration : underline ;
background-color:transparent;
background-image:url();
background-position:left top ;
background-repeat:no-repeat ;
}

div.blog h2.title {
color : RGB(219,0,71) ;
background-color: RGB(255,162,192);
border-color : RGB(203,52,31) ;
background-image:url();
background-position:left top ;
background-repeat:no-repeat ;

}
div.blog h2.title a{color : RGB(219,0,71)  }
div.blog h2.title a:hover{ 
color:RGB(219,0,71);
text-decoration : underline ;
background-image:url();
background-position:left top ;
background-repeat:no-repeat ;
}

div.blog h3.title {
color : RGB(140,84,0) ;
background-color: RGB(255,200,117) ;
border-color : RGB(225,135,0) ;
background-image:url();
background-position:left top ;
background-repeat:no-repeat ;
}
div.blog h3.title a{color :RGB(140,84,0) }
div.blog h3.title a:hover{ 
color : RGB(140,84,0) ;
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);
}
