.blogHead {
	font-size:120%;
	font-weight:none;
	}

.blogSubHead {
	color:#666666;
	font-size:90%;
	}
	
h2 {
font-size:130%;
font-weight:none;
}
	
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.commentbox{
background-color: #ececec;
width: 425px;
padding: 10px;
}

.commentfooter{
background: url(/images/arrow.gif) 20px 0 no-repeat; /*20px 0 equals horizontal and vertical position of arrow. Adjust as desired (ie: 20px -5px).*/
padding-left: 58px;
padding-top: 1px;
margin-bottom: 2em;
font-size: 90%;
color: #4A4A4A;
}

.pagingDiv {background: #9BABB8;padding: 4px;font-weight: bold;text-align: center;}
.pagerCurrent {color: #000;background-color: #FFF;padding: 1px 3px;margin-right: 3px;}
.pagerNotCurrent {color: #03C;padding: 1px 3px;margin-right: 3px;text-decoration: underline;cursor: pointer;cursor: hand;}
.footerBox {background-color: #9BABB8;margin-bottom: 5px;margin-top: 0px;font-family:Geneva, Arial, Helvetica, sans-serif;font-size:90%;}
.pagingDiv a:link, .pagingDiv a:visited, .pagingDiv a:hover, .pagingDiv a:active { color: #000000; text-decoration: none; }