BODY {
	background-image : url(../graphics/redflame.jpg);
	color : White;
	font-family : Arial, Helvetica, sans-serif;
}

H1 {
	text-align : center;
	background-color : Navy;
	color : White;
	font-family : Arial, Helvetica, sans-serif;
	font-size : large;
	font-style : italic;
	border : medium ridge Red;
	float : none;
	margin-left : 10%;
	margin-right : 10%;
}


H2 {
	text-align : center;
	background-color : transparent;
	color : White;
	font-family : Arial, Helvetica, sans-serif;
	font-size : small;
	font-style : normal;
}


TD {
	font-family : Arial, Helvetica, sans-serif;
	font-size : x-small;
	color : White;
	height : auto;
}

TD.normal {
	font-family : Arial, Helvetica, sans-serif;
	font-size : small;
	font-style : italic;
	font-weight : bold;
	color : White;
}
A:HOVER {
	background-color : transparent;
	font-family : Arial, Helvetica, sans-serif;
	font-size : small;
	font-style : italic;
	font-weight : bold;
	color : White;
	letter-spacing : 1px;
	text-decoration: underline;
}


A:LINK {
	background-color : transparent;
	font-family : Arial, Helvetica, sans-serif;
	font-size : small;
	font-style : italic;
	font-weight : bold;
	color : White;
	letter-spacing : 1px;
}

A:VISITED {
	background-color : transparent;
	font-family : Arial, Helvetica, sans-serif;
	font-size : small;
	font-weight : bold;
	color : Aqua;
	font-style : italic;
	letter-spacing : 1px;
}

LI {
	color : White;
}

UL {
	color : White;
}
PRE {
	color : White;
}
