/* CSS Document */
html, body {
	margin: 0px;
	padding: 0px;
	color: white;
	font-size: 12px;
	font-style: normal;
	background-color: black;
	font-family: monospace, sans-serif, Geneva, Arial, Helvetica;
}
a {
	color: white;
	font-size: 14px;
}
pre ul li, ul li, ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	font-size: 12px;
	font-style: normal;
}
strong {
	font-size: 12px;
	font-style: normal;
	color: white;
}
pre {
	margin: 0px;
	padding: 0px;
	color: white;
	font-size: 12px;
	font-style: normal;
}
span#new_pre {
	border: 0px solid red;
	color: white;
	font-size: 12px;
	font-style: normal;
	white-space: pre;
}