.whitetable {
	font-family: "Courier New", Courier, mono;
	font-size: xx-large;
	text-align: left;
	background-color: #FFFFFF;
	vertical-align: text-top;
	border: none;

}
.whitetransparent {
	font-family: "Courier New", Courier, mono;
	font-size: xx-large;
	text-align: left;
	background-color: transparent;
	vertical-align: text-top;
	border: none;

}
.whitetablesmall {

	font-family: "Courier New", Courier, mono;
	font-size: small;
	text-align: left;
	background-color: #FFFF00;
	vertical-align: text-top;
}
.whitetablesmallwhite {
	font-family: "Courier New", Courier, mono;
	font-size: small;
	text-align: left;
	background-color: #FFFFFF;
	vertical-align: text-top;
	list-style-type: none;
	list-style-position: outside;
}

a {
	font-family: "Courier New", Courier, mono;
	font-size: small;
	color: #000000;
}
a:link {
	text-decoration: none;
	background-color: #FFFF00;
}
a:visited {
	text-decoration: none;
	color: #000000;
	background-color: #FFFF00;
}
a:hover {
	text-decoration: none;
	color: #000000;
	background-color: #FFFFFF;
}
a:active {
	text-decoration: none;
	color: #000000;
	background-color: #FFFFFF;
}
