/* ************ */
/* maps.htm CSS */
/* ************ */

/* ** -----Maps Container----- ** */
#MapsContainer h2 {
/* Default text font */
	font-size: x-large; 
	font-style: italic; 
	font-weight: bold; 
	list-style-type: none;
	color: green;
	text-align: center;
	margin-top: 0px;
	}
#MapsContainer ul {
/* Default list style */
	list-style-type: square;           
	}
#MapssContainer div {
/* Default text font */
	font-size: large; 
	font-weight: bold;
	font-style: italic;            
	}