body{background:#FAF8F8;font-family: 'Comic Sans MS','Lucida Sans', 'Lucida Grande', 'Lucida Sans Unicode', sans-serif;}
#Header1_HeaderTitle{font-size:30px;}
#Header1_HeaderTitle:hover{text-decoration: line-through;}
a{text-decoration: none !important;}
a:hover{color: #fff !important;
text-decoration: none;
background: #37a;}
.CalTodayDay {
    background: none repeat scroll 0 0 #8B00E0;
    color: #FFFFFF;
}
#head_img{
-webkit-transition:all 0.5s;
-moz-transition:all 0.5s;
-o-transition:all 0.5s;
-ms-transition:all 0.5s;
}
#head_img:hover{
-webkit-transform:scale(0.8) rotate(10deg);
-moz-transform:scale(0.8) rotate(10deg);
-o-transform:scale(0.8) rotate(10deg);
-ms-transform:scale(0.8) rotate(10deg);
}
#ad_under_post_holder{display:none;}