/* Remove all spaces, margins */
html, body, div, p, h1, h2, h3, ol, ul, li,
span, a, table, td, form, img, iframe {
	margin: 0;
	padding: 0;
	border: 0;
	font-family: Verdana, Helvetica, sans-serif, Arial;
	font-size: 11px;
	color: #ccc;
}

body, html {
	height:100%;
	width:100%;
	background-color: #CCCCCC;
}

h1 {
	font-size: 14px;
	font-weight: bold;
	font-variant: small-caps;
	padding-bottom: 4px;
	border-bottom: 1px dashed #CCC;
	color: #fff;
}

h2 {
color: #E6E6E6;
}

/*------------------------*/
li {
	margin-left: 20px;
	list-style-type: square;
	list-style-position: outside;
}

span {
	font-size: 9px;
	color: #000;
	line-height: 18px;
}

img#delic {
	display: block;
	line-height: 1px;
}

img#iso {
	border: 1px solid #000000;
}

img#img {
height: 130px;
	border: 1px solid #ccc;
}
