.completecode {
	whitespace: pre;
	display:block;
	clear: both;
}
.codetitle {
	padding-left: 5px;
	padding-right: 5px;
	background-color: #eeddee;
	border-width: 1px;
	border-color: black;
	border-style: dashed;
	border-bottom-width: 0px;
	margin-top: 5px;
}
.code {
	clear: both;
	white-space: pre;
	background-color: white;
	border-width: 1px;
	border-color: black;
	border-style: dashed;
	font-family: courier,monospaced;
	font-size: 10pt;
	padding: 5px;
}