BODY {
	background: white;
	/* background: url(pix/background.jpg) white center no-repeat fixed; */
	color: black;
	font-style: normal;
	font-variant: normal;
	font-family: Arial, Helvetica, Swiss, sans-serif;
}

H1, H2, H3 {
	font-weight: bold;
	color: blue;
	background: white;
}

P, UL, LI {
	font-style: normal;
	font-variant: normal;
	font-family: Arial, Helvetica, Swiss, sans-serif;
}

EM {
	background: lime;
	color: black;
	font-style: normal;
	font-variant: normal;
}

KBD {
 	font-style: normal;
 	font-variant: normal;
 	font-weight: normal;
	font-family: "Courier New", Courier, monospace;
}

TABLE.MENU, TABLE.MENU P, TBODY.MENU, TD.MENU, TR.MENU {
	font-weight: bold;
	color: white;
	background: blue;
}

A.MENU:link {
	font-weight: bold;
	color: white;
	background: blue;
	text-decoration: none;
}

A.MENU:visited {
	font-weight: bold;
	color: white;
	background: blue;
	text-decoration: none;
}

A.MENU:active {
	font-weight: bold;
	color: white;
	background: blue;
	text-decoration: none;
}

A.MENU:hover {
	font-weight: bold;
	color: yellow;
	background: blue;
	text-decoration: none;
}

TABLE.AMENU, TABLE.AMENU P, TBODY.AMENU, TD.AMENU, TR.AMENU {
	font-weight: bold;
	color: #fff8dc;
	background: #b8860b;
}

A.AMENU:link {
	font-weight: bold;
	color: #fff8dc;
	background: #b8860b;
	text-decoration: none;
}

A.AMENU:visited {
	font-weight: bold;
	color: #fff8dc;
	background: #b8860b;
	text-decoration: none;
}

A.AMENU:active {
	font-weight: bold;
	color: #fff8dc;
	background: #b8860b;
	text-decoration: none;
}

A.AMENU:hover {
	font-weight: bold;
	color: #ffd700;
	background: #b8860b;
	text-decoration: none;
}
