.title {
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight: bold;
	color: #336600;
	text-align: center;
	background-color: #CCCC99;
	margin: 5px;
	padding: 5px;
	height: auto;
	width: auto;
	border: medium double #006600;
}
.text {
	font-family: "Courier New", Courier, mono;
	color: #660000;
	background-color: #CCCC99;
}
.label {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #336600;
	list-style-type: square;
}
body {
	background-color: #CCCC99;
	border: thin solid #006600;
	height: auto;
	width: auto;
	margin: 5px;
	padding: 5px;
}
