BODY, TD {
	color : #99FFFF;
	background-color : Black;
	font-family : "Goudy", "Goudy Old Style", serif;
}

H1 {
	font-size : xx-large;
	text-align : center;
}

H2 {
	font-size : x-large;
	text-align : center;
}

A 		{
	color : #00FFCC;
}

A:HOVER {
	color : #0099FF;
}

A:VISITED {
	color : #99FFFF;
}

A:ACTIVE {
	color : #99FFFF;
}

.disclaimer {
	font-size : xx-small;
	text-align : center;
	font-family : arial, sans-serif;
}

.linkbar {
	font-size : small;
	text-align : center;
}

fieldset {
	border : thin solid #99FFFF;
	width : 70%;
	text-align : left;
}

.wtxt {
	background-color : #DFFFFF;
	color : Black;
	border : thick solid Black;
	text-align : left;
	}