
#header h1 {
	font-family: "trebuchet ms", sans-serif;
	font-weight: normal;
	font-size: 1.3em;
}

#header img {
display: none;	
}

#navigation {
	display: none;
}


h1, h2, h3, h4 {
	font-family: "trebuchet ms",sans-serif;
	font-weight: normal;
	margin-top: 1em;
}

h1 {
	font-size: 2em;
	border-bottom: 1px solid white;
}


h2 {
	font-size: 1.8em;
}

h3 {
	font-size: 1.6em;
	/* color: #D2E5FD; */
}

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

a { text-decoration: none; }

img { display: none; }


p, td, th, ul, ol, dl {
	font-size: 1.2em;
	line-height: 1.2em;
	margin-top: 1.2em;
}

dt { font-weight: bold; }
dt { margin-top: 1.2em; }

ul {
	
}

ul li {
	list-style-type: disc;	
	margin-left: 2em;
	margin-bottom: .5em;
}

ol li {
	list-style-type: decimal;
	margin-left: 2em;
	margin-bottom: .5em;
}
