BODY {
	font-family: Arial;
	font-size: 12px;
	color: white;
	background-color: black;
}

.NAV {
	font-family: Arial;
	font-size: 12px;
	color: white;
}

A {
	text-decoration: none;
	color: white;
}

A:hover {
	color: yellow;
}

.finePrint {
	font-family: Arial;
	font-size: 9px;
	color: #AAAAAA;
}
.txtButton
{
	background-color: #222233;
	padding:2px;
}