a:link {
	color: #006400;
	text-decoration: none;
}
a:visited {
	color: #006400;
	text-decoration: none;
}
a:hover {
	color: #FFFF00;
	text-decoration: none;
}
a:active {
	color: #FF0000;
	text-decoration: none;
}
li {
	list-style-image: url(gem_blue.gif);
/*width: 36em;  set width of menu */
}
body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #D2B48C;

