#nav {display: none;}
#header {display: none;}
body {color: black; background: white;}
a:link, a:visited {background: white; color: black; text-decoration: underline;
   font-weight: bold;}
h3 {
  	font-family: "Lucida Grande", helvetica, ariel, sans-serif;
	color: black;
	font-size: 2em;
	font-stretch: wider;
	text-align: left;
	margin-bottom: .4em;
}

h4 {
  	font-family: "Lucida Grande", helvetica, ariel, sans-serif;
	color: black;
	font-size: 1.3em;
	font-stretch: wider;
	text-align: left;
	margin-top: .4em;
	margin-bottom: .4em;
}

h5 {
  	font-family: "Lucida Grande", helvetica, ariel, sans-serif;
	color: black;
	font-size: 1.2em;
	text-align: left;
	margin-top: .6em;
	margin-bottom: .1em;
}
.quiz ul {margin-left: 5px;
	}
	
.quiz ol {margin-left: 25px;
	list-style-type: upper-alpha;
	}
	
.points ol ul {margin-left: 18px;
		font-weight: normal;
		list-style-type: disc;
		margin-bottom: .8em;
	}
	
.points ol {margin-left: 22px;
		font-weight: bold;
	}	
	
.smallalpha ol ol {margin-left: 18px;
		font-weight: normal;
		list-style-type: lower-alpha;
		margin-bottom: .8em;
	}
	
.smallalpha ol {margin-left: 22px;
		font-weight: bold;
	}	
	
.print {display: none;}	