BODY {
	font-family : "Arial CE", "Helvetica CE", Arial, Helvetica, sans-serif;
	font-size : medium;
	font-weight : bold;
	background-color : Yellow;
	margin-left : 0px;
	margin-top : 0px;
	margin-right : 0px;
}
A.menu:link,A.menu:visited {
	COLOR: Yellow;
	background-color : #996633;
	text-decoration : none;
	width : 100%;
	border : 2px outset #6699CC;
	font-weight : bold;
}
A.menu:active,A.menu:hover {
	COLOR: White;
	background-color : #660000;
	text-decoration : none;
	width : 100%;
	border : 2px inset #6699CC;
	font-weight : bold;
}

