body {
	background-color: #4A4563;
	font-size: 12pt;
        color:       #FFFFDF;
}
a:link {
	color: #FFFFDF;
}
a:hover {
	color: #339966;
}
a:visited {
	color: #CC99FF;
}
a:active {
	color: #999900;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFDF;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36pt;
	color: #FFFFDF;
	font-weight: lighter;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24pt;
	color: #FFFFDF;
	font-weight: lighter;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18pt;
	color: #FFFFDF;
	font-weight: lighter;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16pt;
	color: #FFFFDF;
	font-weight: normal;
}
h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	color: #FFFFDF;
	font-weight: lighter;
}
.nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #FFFFDF;
	font-weight: bold;
}
.h2likelink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-large;
	color: #cc99ff;
	font-weight: lighter;
	text-decoration: none;
}

.emphasis {color: #CC99FF; }
