body {
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	margin: 10px 5px 5px;
}

.menuCellEven {
	background-color: #30488C ;
	text-align: center ;
	vertical-align: middle ;
}

.menuCellOdd {
	background-color: #A3AECE ;
	text-align: center ;
	vertical-align: middle ;
}

.menuText {
	color: white ;
	font-size: 12px ;
	font-weight: bolder ;
	text-decoration: none ;
}

p {
	font-size: 13px ;
	color: black ;
}

a {
	color: #30488C ;
	text-decoration: none ;
	font-weight: bolder ;
}

