.menu {	border-bottom: 1px solid #000000;	border-right: 1px solid #000000;	background-color: #759CB1;	left-margin: 4px;	color: white;	font-family: Trebuchet MS, Tahoma, Verdana;	font-size: 11px;	font-weight: bold;	padding: 3px;	text-align: center;	}.kuning {	border-bottom: 1px solid #000000;	border-right: 1px solid #000000;	background-color: #000080;	left-margin: 4px;	color: gold;	font-family: Trebuchet MS, Tahoma, Verdana;	font-size: 11px;	font-weight: bold;	padding: 3px;	text-align: center;}.biru {	border-bottom: 1px solid #000000;	border-right: 1px solid #000000;	background-color: #7888B1;	left-margin: 4px;	color: blue;	font-family: Trebuchet MS, Tahoma, Verdana;	font-size: 11px;	font-weight: bold;	padding: 3px;	text-align: center;	}A.menulink:link,A.menulink:visited,A.menulink:active {	color: white;}A.menulink:hover {	text-decoration: underline;}