body {
	margin: 0em;
	background-image: url('background.png');
	background-repeat: repeat;
	background-position:  left top;
}
.header {font-size: x-small;}
.title1 {font-size: xx-large; font-weight:bold;}
.title2 {font-size: small; font-weight:bold;}
.body {font-size: small;}
.nobullets{list-style:none outside;}
.bullets1{list-style:square outside;}

#main-content {
	margin-right: 1em;
	margin-top: 3em;
	margin-bottom: 1em;
	margin-left: 1em;

	padding-top: 1em;
	padding-left: 1em;
	padding-right: 1em;
	padding-bottom: 1em;

	float: left;
	width:100%;
	background-color: white;
	position: relative;
	border-left: 1px black solid;
	border-bottom: 1px black solid;
	border-right: 1px black solid;
	border-top: 1px black solid;
}

div.figure {
	float: left;
	width: 30%;
	border: thin silver solid;
	margin: 0.5em;
	padding: 0.5em;
	text-align: center;
}
P.caption {
	font-style: italic;
	font-size: smaller;
	text-indent: 0;
}
#date {
	font-style:italic
}