dl > li {
	list-style-position: outside;
	list-style-offset: 0;
	list-style-type: none;
}

img {
	border: none;
}

pre {
	margin: 0.5em 0;
	padding: 0.5em;
	line-height: 1.2em;
	border-left-style: double;
	background-color: #eeeeee;
	width: 100%; 
	height: auto;
	overflow: auto;
}

html {
	font-family: Lucida Grande, Arial, sans-serif;
	width: 100%; height: 100%;
	margin: 0; padding: 0;
	text-align: center;
}
body {
	margin: 0 auto; 
	text-align: left;
	background-color: #ffffff;
	color: #000000;
}

