body {
	background-color : #333333;
	color : White;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
}
pre {
	font-family : "Courier New", Courier, monospace;
	white-space : pre;
	padding : 1em 0em 1em 0.5em;
	margin : 0em 1em 1em 1.5em;
	border-width : 1px 0px 1px 0px;
	border-color : #666666 #000000 #666666 #000000;
	border-style : solid solid solid solid;
	font-size : 100%;
}
a:link {
	color: #0099CC;
	text-decoration : none;
}
a:visited {
	color: #6666FF;
	text-decoration : none;
}
a:active {
	color: #0099FF;
	text-decoration : underline;
}
a:hover {
	color: #00FFCC;
	text-decoration : underline;
}

h1 {
	font-size: 250%;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align : center;
}
h2 {
	font-size: 200%;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
}
h3 {
	font-size: 150%;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.sectionHeader {
	font-size: 200%;
	border-color: black black #CCCCCC;
	border-style: solid;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	font-weight: bold;
	color: #FFFFCC;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.subSectionHeader {
	font-size: 150%;
	font-weight: bold;
	color: #CCCC99;
	font-family: Arial, Helvetica, sans-serif;
	border-color: black black #666666;
	border-style: solid;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
}
.linkToTop {
	text-align: center;
	font-weight: bold;
	font-size: 125%;
}