.bigdiv {
	width: 850px;
}
body {
	text-align: center;
	background-color: #000000;
}

.titlediv {
	width: 850px;
	font-size: 40px;
	font-weight: bold;
	background-color: #790297;
	text-align: center;
}
.bodydiv {
	text-align: left;
	width: 830px;
	background-color: #cccc33;
	padding: 10px;
}
dt {
	font-weight: bolder;
	text-decoration: underline;
}
dd {
	font-size: smaller;
}
