body {
	background-color: white;
	font-family: Garamond, "Times New Roman", Serif;
	font-size: medium;
}

#allcontent {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}

#header {
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
}

img {
     border: none;
}

#content {
	margin: 50px;
	margin-top: 10px;
	padding: 30px;
	padding-top: 10px;

}

#accent {
	color: red;
	text-align: center;
	padding-bottom: 20px;
}

#noaccent {
	text-align: center;
	padding-bottom: 20px;
}

#agree {
	text-align: center;
	font-size: x-large;
	font-weight: bold;
}

table, td, th {
	border: thin solid black;
	border-collapse: collapse;
}

td, th {
	padding: 10px;
}

#footer {
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
}

li {
	list-style-type: none;
{


