body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-left: 25px;
	padding: 10px;
	font-size: 100%;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1  {

	font-size: 150%;
	font-weight: bold;
	margin-left: -10px;
}

h2  {

	font-size: 120%;
	font-weight: bold;
	margin-left: -10px;
}

h3  {

	font-size: 110%;
	font-weight: bold;
	margin-left: -10px;
}


.mainTitle {
	font-size: 175%;
	font-weight: bold;

}

.IPDHeader {
  font-size: 120%;
}

.instructorInfo {
	font-size: 110%;
	margin-top: 2em;
}

.docTitle {
	font-size: 150%;
	font-weight: bold;
	margin-bottom: 1em;
	margin-left: -25px;	
}

.subhead {
	font-size: 120%;
	font-weight: bold;
	margin-left: -10px;
}

.filenamehead {
	font-size: 110%;
	font-weight: bold;
	margin-left: -5px;
}

.lastMod {
	font-style: italic;
}

.footer {
	text-align: center;
	font-size: 80%;
	margin-top: 2.0em;
}

.header {
	font-size: 80%;
	font-style: italic;
	text-align: center;
	margin-bottom: 2.0em;
}


.code {
	font-family: "Courier New", Courier, mono;
	font-weight : bold;
}
