body {
	background-image: url();
	background-color: #990000;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
	color: #FFFF00;
}
a:active {
	text-decoration: none;
}
.smallGreenTx {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #00CC00;
	text-align: center;
}
.smallYellowTx {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFF00;
	text-align: center;
	font-weight: bolder;
}
.CapYellowTx {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	color: #FFFF00;
	text-align: center;
	font-weight: bolder;
}
.CapWhiteTx {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-variant: normal;
	text-transform: uppercase;
	color: #FFFFFF;
	text-align: center;
	font-weight: bolder;
}
