ol, ul{	margin: 1em 0 1em 2em; }

ol ol, ol ul, ul ol, ul ul{ margin-top:0; margin-bottom:0; }

ol li{	list-style:decimal }
ol li ol li{ list-style:upper-alpha; }
ol li ol li ol li{ list-style:upper-roman; }

ul li{ list-style:disc;}

em{font-style:italic;}

strong{font-weight:bold;}

em strong, strong em{ font-weight:bold; font-style:italic; }

#container2 {
	display:block;
	position: relative;
	padding:0;
	width:855px;
	height:50px;
	background:#040404;
	border:solid #91E84D;
	border-width:10px 0 3px 0;
	opacity: 0.50;
	-moz-opacity: 1.00;
	filter: alpha(opacity=90);
}