body {
	/*background:#eeCBA4;*/
	background:#FFCBA4;
	background:#0097a7; /* dark green*/
	background:#cbdde1; /* light green*/
}
h1 {
	margin-bottom:0;
}

#topcontainer {
	display:block;
	text-align:center;
}


fieldset {
margin:auto;	
display:inline-block;
width:70%;
text-align:left;
margin-bottom:20px;

max-width:700px;
/*margin-left:auto;*/
/*margin-right:auto;*/
border-width:1px;
}

div.content_div{
	margin-top:20px;
}

li {
	margin-bottom:5px;
	margin-top:10px;
	font-weight:bold;
}


th {
	text-align:left;
	border: 1px solid black;
}

table {
	border: 2px solid black;
}


td {
	border: 1px solid orange;
}