td img {display: block;}body {
	background-color: #000000;
	margin-top: 0px;
	margin-bottom: 0px;
	background-image: url(http://www.maureenjohnsonbooks.com/pageimages/background-blog.jpg);
	background-repeat: repeat-x;
}
.sidebar {COLOR: black; font-size:10px; text-align: left;}
.sidebar-title {COLOR: black; font-size:12px; text-align: left;}
body,td,th {
	font-family: Century Gothic, Verdana;
	font-size: 14px;
	color: #000000;
}
a:link {
	color: #C12242;
        text-decoration:none;
}
a:visited {
	color: #C12242;
        text-decoration:none;
}
a:hover {
	color: #EA6374;
        text-decoration:underline;
}
a:active {
	color: #C12242;
}

	/*-----widgets*/
.widget li{margin:0.25em 0; list-style: none;}
.widget li li{padding:0 0 0 15px; list-style: none;}
.widget-title{margin-top:10px; margin-bottom:3px; line-height:1.3; color:#555; font-weight:bold;}

	/*-----the bit that makes the bullet lists in the sidebar not show bullets*/
#sidebar-lt ul{list-style: none;}
#sidebar-rt ul{list-style: none;}

