/* sane white background for the aggregate */
div#content, div#region-content, div#innerColumnContainer, div#inside {
	margin: 0;
	padding: 0;
	background-color: white;
} 

div#contentColumn {
	padding: 0;
}

/* fixing up ugly plone bits */

div#contentColumn h2 {
	font-size: 200%;
	font-weight: bold;
	border-bottom: none;
}
div#contentColumn h3 {
	font-size: 160%;
	border-bottom: 1px solid #cccccc;
}
div#contentColumn h4 {
	font-size: 120%;
	font-weight: bold;
	border-bottom: none;
	padding-top: 0;
	margin-top: 0;
}

code, pre {
	border: none;
	background-color: #eeeeee;
	overflow: auto;
}

/**
a img:hover {
	background-color: none;
}
**/

