/**
* Debuging CSS Klasse by Nikolaus Flamann
* Oktober 2004 Pinzgau.com
*/
td.debugmessage {
	font-family: "Courier New", Courier, monospace;
	font-size: 9pt;
	color: #000000;
	background: #FFFFCC repeat;
	border: thick double Purple;
}
pre.debugmessage {
	background-color: #FFFFEE;
	color: #223344;
	font-family: "Courier New", Courier, monospace;
	font-size: 8pt;
	white-space: pre;
	padding: 3px;
}  