html, body, h1, h2, h3, ol, ul, li, img, cite {
	margin: 0;
	padding: 0;
	border: 0;
}
body {
	padding-left: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	color: #000;
	background: #fff;
}
h1 {
	margin-top: 8px;
	margin-bottom: 8px;
	padding-left: 1px;
	text-align: left;
	vertical-align: middle;
	font-size: 12px;
	line-height: 20px;
	font-weight: normal;
	font-family: Tahoma, Arial;
	color: #722;
	background: #f0f3ff;
	border-top: 1px solid #8ad;
	border-bottom: 1px solid #8ad;
}
h2 {
	margin-top: 8px;
	margin-bottom: 8px;
	padding-left: 1px;
	vertical-align: middle;
	line-height: 35px;
	font-family: Impact, Tahoma, Arial;
	font-size: 24px;
	color: #fff;
	background: #bdb8e6 url(img/titlebar.gif) top left repeat-y;
}
h3 {
	margin-bottom: 8px;
	vertical-align: middle;
	line-height: 24px;
	font-family: Tahoma, Arial;
	font-size: 18px;
	color: #fff;
	background: #bdb8e6 url(img/titlebar.gif) top left repeat-y;
}
ol, ul {
	margin-left: 2em;
}
abbr {
	border-bottom: 1px dotted #ccc;
	color: #080;
	font-style: italic;
}
acronym {
	border-bottom: 1px dotted #ccc;
	color: #00c;
	font-size: 76%;
	font-style: normal;
}
cite {
	color: #9bd;
	font-style: italic;
}
