@CHARSET "ISO-8859-1";

/* CSS for styling code examples */

.bgwhite {
	background-color: white;
}

.blocktxt {
	list-style-type: none;
	text-align: left;
}

.blocktxt ol.code {
	border: 0px solid white; width: 400px; text-align: left;
	font: normal 98%/110% Courier, monospace;
	margin: 0 0 0.5em 1.5em;
	overflow: auto;
	padding: 5px 5px 3px 5px;
}

.blocktxt ol.code li {
	color: black; font-weight: bold; font-size: 90%;
	background: #ffffec;
	margin: 0 0 2px 0;
	padding: 0 5px;
}

.blocktxt ol.code li a, .blocktxt ol.code li a:visited { text-decoration: none;
	color: black;
}
.blocktxt ol.code li a:hover {
	color: black; text-decoration: none;
	background-color: #8ff;
}

.blocktxt ol.code li+li {
	margin-top: 4px;
}



