body {
	font-family: georgia;
	font-size: 14px;
	line-height: 18pt;
}

td#content {
	width: 100%;
	margin: 0px;
	padding-left:50px;
	padding-right:100px;
}
h1 {
	font-size: 16pt;
	color: #92CFE4; 
	/* color: #382E24; */
}
h2 {
	font-size: 14pt;
	color: #5BADD2;
	margin-bottom:0px;
}
p {
	margin-top:5px;
	margin-bottom:5px;
}

table.content {
	border: 1px solid #382E24;
}
th.content {
	width: 50%;
}
li {
	list-style: square;
}

a:hover {
	text-decoration: none;
	color: #382E24; 
}

a:link, a:visited, a:active {
	text-decoration: none;
	color: #92CFE4; 
}
