h2 {
	font-weight: bold;
	text-decoration: underline;
	font-style: italic;
}
ul.zen li, ol.zen li{
	margin-bottom: 1em;
}
ul.list{
	padding: 0;
}
ul.list div.link{
	padding: 0.5em;
	background: #eee;
}
ul.list p{
	padding: 0.5em;
	margin-top: 0;
}
ul.list table{
	width: 100%;
	border-collapse: collapse;
}
ul.list table td, ul.list table th{
	border: 1px solid #ccc;
	padding: 0.5em;
}
ul.list table th{
	width: 1em;
	text-align: center;
}
ul.list table td{
	text-align: left;
}
ul.list img{
	position: absolute;
	left: -155px;
	top: 2em;
}
ul.list li{
	position: relative;
	width: 75%;
	left: 150px;
	list-style-type: none;
	border: 1px solid #444;
	margin-bottom: 0.5em;
	background: #fefefe;
	border-radius: 3px;
	padding: 1px;
	box-shadow: inset  0 0 1px 1px #ccc;
}
ul.deliv li{
	list-style-type: square;
	margin-bottom: 0.5em;
}
p.header{
	font-weight: bold;
	background: #888;
	color: #fff;
	padding: 0.75em;
}
