body {
	background-color: #CCFFCC;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0%;
/*	font-size: 1em; */
}
div.headings {
	text-align: center;
}
div.contents {
	padding-right: 10%;
	padding-left: 10%;
}
div.headings h1 {
	font-size: 2em;
}
div.headings h2 {
	font-size: 1.5em;
}
div.footer p {
	font-size: .8em;
	padding-right: 2%;
	padding-left: 2%;
}

/* for use on vita. some of these seem kludgy, but I'll rethink them in the future 
div.headings h1.vita {
	font-size: 1em;  
}  */

li {
	list-style-image: none;
	list-style-type: none;
	text-indent: -2em;
	margin-left: 2em;
}

div.vita p, div.vita li {
	font-size: 1em;
}

div.vita h1 {
	font-size: 1.2em;
}

div.vita h2 {
	font-size: 1.1em;
}

