body {
	font-family: Georgia;
	font-size:12px;
}
h1 {
	font-family: Georgia;
	font-size: 26px;
	color: #FF0000;
	font-weight: bold;
}
h2 {
	font-size: 16px;
	font-family: Georgia;
}
td p {
	font-size: 16px;
}
td li {
	margin-bottom: 20px;
}
.centertext {
	margin-left: auto;
	margin-right: auto;
	margin-width: 30%;
	width: 600;
	float: center;
}
.dashedtable {
	border-style: dashed; border-width: 5px; padding: 4px 6px; border-collapse: collapse;
	background-color: #f2f2ff;
	border-color: #111111;
	width: 477;
	margin-left: auto;
	margin-right: auto;
	float: center;
}

.menu {
	text-align: center;
	font-size: 11px;
}

.borderbox {
	border-style: solid;
	border-width: 2px;
	padding: 4px 6px;
	background-color: #ccccff;
	border-color: #111111;
	margin: 10px;
	clear: both;
}
