/*
 * Basic styles
 */
em					{ font-style: italic }


/*
 * Titles and headers
 */


/*
 * Lists
 */
ul					{ list-style-type: square }


/*
 * Header/Footer formatting
 */
table.cframe {
	width: 100%;
	border: 0;
	color: black;
	background: #99CC99 none;
}

.pagetitle {
	text-align: left;
}
