.class {
	color: yellow;
	font-family: Arial, Helv, Sans;
	text-decoration: underline;
	font-size: 14px;
}
.head {
	color: #333;
	font-family: Arial, Helv, Sans;
	background-color: #bddab1;
	height: 0pt;
	border: outset 1px #9c0;
	font-size: 14px;
	padding: 6px;
}
.body {
	font-family: Arial, Helv, Sans;
	padding: 10;
	list-style-type: square;
	list-style-position: outside;
	font-size: 12px;
}
.vertline { margin: 8px; padding: 0; border-color: #bddab1; border-style: dashed; border-width: 0 1pt; }
#menu {
	color: #FFFF00;
	font-size: 14px;
}
.vertline   p {
	padding: 6px;
}
.vertline .body p {
	padding: 6px;
}
