BODY {
	background-image : url(../backgrounds/stars3.gif);
	background-color: Black;
	color: GhostWhite;
	font-family : Verdana, Arial, Geneva, sans-serif;
}

A {
	text-decoration : none;
}

 A:link, A:visited {
	color: GhostWhite;
	text-decoration : none;
	font-weight : bold;
}

A:hover {
	color: SkyBlue;
	text-decoration : underline;
}

TD A:link, TD A:visited {
	color: GhostWhite;
	font-weight : bold;
}

TD A:hover {
	color: Silver;
	font-weight : bold;
}

H1 {
	color: Blue;
	text-align : center;
}

TD {
	background-color : Blue;
	text-align : center;
	font-weight : bold;
	vertical-align : middle;
}

UL LI {
	list-style-type : square;
}

.footnote {
	font-size : x-small;
	text-align : center;
}

.clear {
	background-color : transparent;
	background-image : none;
}