body {
	font-family: Arial, Helvetica, sans-serif;
	color: #FF8000;
	background-color: #000000;

}
.prominent {
	font-size: 120%;
}

#Menublock {
	z-index: 100;
	position: relative;
}

#CustomBikeBlock {
	visibility: hidden;
	
}

.AlertBox {
	visibility: hidden;
	font-weight: bold;
	color: #FFFF66;
	text-align: center;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #FF0000;
	border-right-color: #FF0000;
	border-bottom-color: #FF0000;
	border-left-color: #FF0000;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #993300;
}
