body {
	font-family: "Courier New", Courier, mono;
	font-size: small;
	text-align: justify;
	color: #3366FF;
}
.subtitle {
	color: #009900;
}
.secdesc{
	color: #BB55BB;
}
.section {
	font-size: x-large;
	font-weight: bold;
	color: #BB55BB;
}
.title {
	font-size: x-large;
	font-weight: bold;
	color: #BB55BB;
}
.copyb {
	font-size: xx-small;
	color: #996699;
}
a:link {
	color: #994BFF;
	text-decoration: none;
}
a:visited {
	color: #662BCC;
	text-decoration: line-through;
}
a:hover {
	color: #994BFF;
	text-decoration: underline overline;
}