 body {
	background-image: url(sharedfiles/images/backdoc.png);
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

p, h1, h2, h3, h4, h5, li {
	font-size: 11px;
	color: black;
	line-height: 18px;
}


li {
	list-style-image: url(sharedfiles/images/listicon.png);
	margin-bottom: 4%;
	padding-left: 5px;
}


h1 {
	color: maroon;
	font-size: 27px;
}

h3 {
	font-size: 15px;
	font-weight: bold;
}

h4 {
	font-weight: bold;
	text-indent: 20px;
}

h5 {
	font-weight: bold;
	margin-bottom: 0%;
	margin-top: 2%;
}


a, a:link, a:visited {
	color: Blue;
	text-decoration: none;
}

a:hover {
	color: maroon;
}

