body {background-color: #000000;
	color: #FFFFFF;
	margin: 0px;
}
.highlighted {
	color: #ff0000;
	font-size: 14pt;
	font-weight: bold;
}
.sprnav {vertical-align: top;
}
a {color: #FF0000;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}
a:hover {color: #FFFFFF;
	text-decoration: underline;
}
h1,h2,h3 {text-align:center;}
.notes {border: 1px dotted #ff0000;}
.credits {font-family: "Courier New", Courier, mono;
	font-size: 8pt;
	color: #FFFFFF;
}
.notes2 {border: 1px dotted #ff0000;
	font-size: 10pt;
	text-align:center;
}
.leftimg {
	float: left;
	padding: 0px;
	margin: 3px;
}
.rightimg {
	margin: 3px;
	float: right;
}
.btext {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: normal;
	font-variant: small-caps;
}
hr {
	background-color: Red;
}
.hightlighted2 {
	color: Silver;
	border: 1px dotted Red;
}