body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #333333;
	color: #FFFFFF;
}

.mjrbasictext {
	font-weight: normal;
}

.mjrsubheader {
	font-weight: bold;
	text-indent: 16px;
}

.mjrindenttext {
	font-weight: normal;
	text-indent: 24px;
}

.mjrindentsubheader {
	font-weight: bold;
	text-indent: 24px;
}

a:link {
	color: #00FFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #00FFFF;
}
a:hover {
	text-decoration: underline;
	color: #33FFFF;
}
a:active {
	text-decoration: none;
	color: #00FFFF;
}
