BODY {
	background-color: 9999CC;
	cursor: default;
}

B {
	letter-spacing: 1px;
}

.heading {
	background-color: FFFFFF;
	color: 6699CC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	text-align: center;
}

.title {
	background-color: 336699;
	color: FFFFFF;
	font-family: Arial, Helvetica, san-serif;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
	letter-spacing: 5px;
}

.normal {
	background-color: FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: justify;
	line-height: 20px;
}

.copyright {
	background-color: 336699;
	color: FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: right;
}

.filename {
	font-family: Courier New, monospace;
	font-size: 11px;
	margin: 2px;
}

A.copyright:link, A.copyright:visited, A.copyright:hover {
	color: FFFFFF;
}

A:link {
	text-decoration: none;
	color: 6699CC;
}

A:visited {
	text-decoration: none;
	color: 336699;
}

A:hover {
	text-decoration: none;
	color: 003366;
}
