BODY {
	font-family : "Times New Roman", Times, serif;
	background-color: White;
	color : Black;
}

TABLE, TD, TR {
	color : Black;
	font-family : "Times New Roman", Times, serif;
}

SPAN.pageTitle {
	color : Red;
	font-family : sans-serif;
	font-size : 200%;
}

SPAN.subheading {
	color : Blue;
	font-family : sans-serif;
	font-size : 110%;
}

SPAN.important {
	color : Red;
}

SPAN.boldText {
	font-weight : bold;
}

SPAN.bookTitle {
	font-style : italic;
}

SPAN.italic {
	font-style : italic;
}

A:LINK {
	color : #00008B;
}

A:VISITED {
	color : #8A2BE2;
}

A:HOVER {
	color : Red;
}

A:ACTIVE {
	color : #8A2BE2;
}
