BODY {
	margin-left : 5%;
	margin-right : 5%;
	background-color : #B0B0B0;
	font-family : Arial, Helvetica, sans-serif;
	color : #FFFFA0;
	}

a[href]:link	{color : #FFFFA0 }
a[href]:hover	{color : #FFFFA0;font-weight : bolder}
a[href]:focus	{color : yellow}
a[href]:visited	{color : black}

table {
	width : 98%;
	border : 0;
}

#mmenubar {
	width : 100%;
	text-align : center;
	vertical-align : middle;
}
#mmenubar table {
	text-align: center;
	width : 100%;
	border : 0;
}
#mmenubar tr {
	vertical-align: middle;
}
#mmenubar td {
	background-color: Silver;
	text-align : center;
	width : 16%;
}
#mmbcell {
	background-color: Silver;
	padding : 8px 3% 8px 3%;
	width : 16%;
	margin-left : 3px;
	margin-right : 3px;
	margin-top : 20px;
	margin-bottom : 5px;
}

#mmbcell a[href]:link	{color : gray}
#mmbcell a[href]:hover	{color : yellow; background : #A0A0A0; font-weight : bolder}
#mmbcell a[href]:focus	{color : yellow}
#mmbcell a[href]:visited{color : #9F9F9F}
