body {
  font-family: "Helvetica Neue", "Handwriting - Dakota", "Comic Sans MS";
  border:double #000088;
}


h1 {
	font-family: "Helvetica Neue", "Handwriting - Dakota", "Comic Sans MS";
	font-size: 130%;
	text-transform: capitalize;
	color: #880000;
	text-align: center;
	text-indent: 1em;
}

h2 {
	font-size: 115%;
	font-weight: bold;
	color: #880000;
	text-indent: 1.5em;
	margin-top: 2em;
}
ul {
	background-color: #DDDDDD;
	padding-left: 1em;
}

li {
	list-style-position: inside;
	list-style-image: url(img/person.png);
	margin-top: .5em;
	
}
h3 {
	font-size: 115%;
	font-weight: bold;
	color: #000088;
	text-indent: 1em;
}

#header h1 { background-image:url(img/topframeimg.png) no repeat;

	}


ul li li {
	list-style-image: url(img/cir.png);
	text-indent: 1em;
}

