body {
margin-top : 5px; 
margin-right : 0px; 
margin-bottom : 0px; 
margin-left : 0px; 
font-family : Arial, Helvetica, sans-serif; 
font-weight : normal; 
} 
a.menulink:link {
	color : white;
	text-decoration : none;
	font-weight : bold;
	font-size : small;
	text-align : center;
	vertical-align : middle;
	background-color : #3366FF;
	width : 150px;
	height : 20px;
	display : block;
	border-width : 5px;
	border-style : outset;
	border-top-color : white;
	border-left-color : white;
	border-bottom-color : #006633;
	border-right-color : #006633;
	}
a.menulink:visited {
	color : white;
	text-decoration : none;
	font-weight : bold;
	font-size : small;
	text-align : center;
	vertical-align : middle;
	background-color : #3366FF;
	width : 150px;
	height : 20px;
	display : block;
	border-width : 5px;
	border-style : outset;
	border-top-color : white;
	border-left-color : white;
	border-bottom-color : #006633;
	border-right-color : #006633;
	}
a.menulink:hover {
	color : white;
	text-decoration : none;
	font-weight : bold;
	font-size : small;
	text-align : center;
	vertical-align : middle;
	background-color : #91540A;
	width : 150px;
	height : 20px;
	display : block;
	border-width : 5px;
	border-style : inset;
	border-top-color : #006633;
	border-left-color : #006633;
	border-bottom-color : white;
	border-right-color : white;
		}
