BODY {
	background: #AAA;
}

#wrapper {
	font-family: Verdana, Arial, sans-serif;
	font-size: small;
	background: white;
	position: relative;
	width: 744px;
	margin: 13px auto 0 auto;
	padding: 2em;
	border: 1px solid #444;
}

UL.notes {
	color: #666;
	background: #EEF;
	font-family: Verdana, Arial, sans-serif;
	font-size: small;
	position: relative;
	margin: 3em 1em 2em 3em;
	border: 1px solid #aaa;
	list-style-type: circle;
	list-style-position: outside;
	list-style-image: url('images/arrow.gif');
	padding: 1em 1em 1em 3em;
}

P.notes {
	color: #AAA;
	background:#EEF;
	margin: 0em 0em -1em 0em;
	position:relative;
	overflow:visible;
	top: -2em;
	width: 6.5em;
	border: 1px solid #aaa;
	font-weight: bold;
	letter-spacing: 0.25em;	
	font-style: italic;
	padding: 0.25em
}

li {
	margin-bottom: 1em;
}

P {
	text-indent: 1em;
}

TH {
	font-size: small;
	font-weight: bold;
}

TD {
	font-size: small;
}

DT {
	font-size: small;
	font-weight: bold;
	margin-left: 1em;
}

DD {
	font-size: small;
	margin-bottom: 1em;
}

CODE {
	font-family: Courier New, Courier;
	font-size: small;
	margin-left: 5em;
	font-weight: bold;
}

H1 {
	background-image: url('images/title.jpg');
	/* height and padding-top add up to 143 */	
	padding-top: 50px;
	height: 93px;
	/* width and padding-left add up to 750 */	
	width: 400px;
	padding-left: 350px;
	margin; 0em;
	font-family: Arial, Verdana, Sans-Serif;
	font-size: xx-large;
	font-weight: normal;
	text-align: center;
}

H2 {
	font-family: Arial, Verdana, Sans-Serif;
	font-size: large;
	margin-left: 0em;
	font-weight: bold;
	font-style: italic;
	margin-top: 2em;
	margin-left: 12px;
}
