body {
	background-color: #e3e8e3;
	font-family: times new roman, times, serif;
	color: #1e1007;
	font-size: 12px;
	}

div.bluetable {
	background-color: #c0cde6;
	border-top: 8px;
	border-color: 000000;
	border-bottom: 12px;
	padding: 6px;
	text-align: left;
	vertical-align: top;
	margin: 10px 8px 10px 2px;
	}

div.greentable {
	background-color: #b1e6b6;
	border-top: 8px;
	border-bottom: 12px;
	border-color: 000000;
	padding: 6px;
	text-align: left;
	vertical-align: top;
	margin: 10px 8px 10px 2px;
	}

p {
	font-family: times new roman, times, serif;
	color: #1e1007;
	font-size: 12px;
	text-align: left;
	padding: 4px;
	}

p.header {
	font-size: 20px;
	font-style: italic;
	padding-bottom: 10px;
	text-align: center;
	}

h1 {
	font-size: 16px;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	text-align: top;
	}

h2 {
	font-size: 14px;
	font-style: italic;
	}


ul { 
	list-style: circle;  
	}

li.bold {
	list-style: disc;
	}

a:link, a:visited, a:active { 
	color: #1e1007;
	text-decoration: underline;
	}
