BODY {
	background:#acc;
	color:#366;
	text-align:center;
}
TEXTAREA {
	background:#000;
	color:#0f0;
	font-weight:700;
}
TABLE.wrapper {
	height:100%;
	width:100%;
}
TABLE.prompt {
	border: 2px solid #333;
}
TABLE.wrapper TD {
	text-align:center;
	vertical-align:middle;
}
TR.titlebar {
	background:#336;
	color:#fff;
	text-align:left;
}
TR.titlebar TD {
	font:bold 10pt "courier new", monospace;
}
PRE.code {
	background:#000;
	color:#0f0;
	font-weight:700;
	text-align:left;
}

