@charset "UTF-8";
/* CSS Document */
/*	blue: 253b61
	yellow: f5ec49
	grey: 4e4e4e
	green: c2d26a
*/

.debug {

	background-color: #EEEEEE;
	font-size: smaller;
	font-family: "Verdana";
	border: 2px dotted #006600;
	width: 350px;
	display: block;

}

ul.debug {

	list-style-type: circle;
	padding-left: 18px;
	list-style-position: outside;


}