body {
	font-family: cursive;
	font-size : 80%;
	font-style : normal;
	word-spacing : normal;
	background : White;
}

TABLE {
	font-size : 100%;
}

div {
	font-style: normal;
}

A {
	text-decoration: none;
	color: #6F6F6F;
	background-color : White;
	font : bold;
}

A:hover {
	background-color: White;
	text-decoration: underline;
	color: Maroon;
	font : bold;
}

A:visited {
	background-color: White;
	color: #6F6F6F;
	font : bold;
}

A:ACTIVE {
	background-color: White;
	color: Black;
	font : bold;
}

A:LINK {
	background-color : White;
	color: #6F6F6F;
	font : bold;
}

UL {
	list-style : disc;
}

H1 {
	color: Black;
}

