BODY {
	font-family : "Times New Roman", Times, serif;
	background-color: White;
	color : Black;
	margin-left : 0;
	margin-bottom : 0;
	margin-top : 0;
	background-image : url("Image/tile.jpg");
	background-repeat : repeat-x;
}

TABLE, TD, TR {
	color : Black;
	font-family : "Times New Roman", Times, serif;
}

SPAN.pageTitle {
	color : Red;
	font-family : sans-serif;
	font-size : 200%;
}

SPAN.pageTitle2 {
	color : Blue;
	font-family : sans-serif;
	font-size : 190%;
}

SPAN.alertText {
	color : Red;
	font-weight : bold;
	font-family : sans-serif;
	font-size : 80%;
}


SPAN.subheading {
	color : Blue;
	font-family : sans-serif;
	font-size : 110%;
}

SPAN.boldText {
	font-weight : bold;
}

SPAN.imageCaption {
	font-weight : bold;
	font-size : 125%;
}

SPAN.bookTitle {
	font-style : italic;
}

A:LINK {
	color : #00008B;
}

A:VISITED {
	color : #8A2BE2;
}

A:HOVER {
	color : Red;
}

A:ACTIVE {
	color : #8A2BE2;
}
