/* 
 * styles.css
 *
 */

html {
	height: 100%;
}

body {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	height: 100%;
}

#wrap {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	height: 100%;
}

h2 {
	font-weight: bold;
	font-size: 1.5em;
}

ul.notes {
	margin-top: 0.5em;
	margin-left: 2em;
}

li {
	list-style-type: disc;
}.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
