body {
	font-family: "Helvetica Narrow", Arial, Helvetica, Geneva, sans-serif;
	text-align: center;
	background-color: silver; }

.menuHead {
	color: #C00000;
	font-size: 12px;
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-weight: normal;
	text-decoration: none; }
.menuOption {
	display: block;
	color: #a00;
	font-size: 12px;
	font-family: Arial, Helvetica, Geneva, sans-serif; }
.menu { width: 100%; }

.menu a {
	font-size: .9em;
	font: Times New Roman;
	font-weight: normal;
	display: block;
	text-align: center;
	text-decoration: none;	
	padding: 5px;
	background-color: #FFFFFF;
	color: #05493F;
	margin-top: 6px;
	margin-bottom: 6px;
	margin-left: 0px; }
.menu a:hover {
	font: Times New Roman;
	font-size: .9em;
	font-weight: normal;
	display: block;
	text-align: center;
	text-decoration: none;
	padding: 5px;
	background-color: #F0F000;
	color: #A00000; }
.menu a:active {
	font: Times New Roman;
	font-size: .9em;
	font-weight: normal;
	display: block;
	text-align: center;
	text-decoration: none;
	padding: 5px;
	background-color: #FF66FF;
	color: #A00000; }