body {
	background: green;
}

ul {
	list-style-type:none;
}

li {
	padding-left: 20px;
	list-style-type: none;
	list-style-position: inside;

	background: transparent url(http://ageplay.org/GI_5_support/images/bullet_handprint_red_smaller.gif) no-repeat;
	background-position: 0 1px;
} 


.GI_POI_menu_header   {
	color: #66CCFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
	margin-top: 7px;
}

		.GI_POI_menu_header a:link, .GI_POI_menu_header a:visited   {
			color: #66FF66;
			text-decoration: underline;
	    }

		.GI_POI_menu_header a:hover 	{
			color: #33FFFF;
			text-decoration: underline overline;
    	}


.GI_POI_menu   {
	color: #000033;
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 8pt;
	text-align: center;
	text-decoration: none;
	text-align: left;
	margin-top:    0px;
	margin-bottom: 3px;
	margin-left: 3px;
	margin-right: 3px;

}

		.GI_POI_menu a:link, .GI_POI_menu a:visited   {
			color: #A4F2FB;
			text-decoration: none;
		}

		.GI_POI_menu a:hover 	{
			color:  #33FFFF;
			text-decoration: underline;
	    }



