body { 
	text-align: center; 
	background-color: black; 
	font-family: georgia, verdana, arial; 
	}

p { 
	margin: 0px;
	padding: 0px;
}

a { color: #FF9900; }

div#map {
	margin-right: auto;
	margin-left: auto;
	/* border: 11px solid #333333; */
	color: black
	background-color: white;;
}

table#mapkey a { 
	color: white;
	}
table#mapkey a:hover { 
	color: #FF9900;
	}

h3 { 
	font-size: xx-large; 
	display: inline; 
	}

div.nav {
	float: right;
	}

div.nav a {
	font-size: x-large;
	text-decoration: none;
	color: white; 
	}
div.nav a:hover {
	color: #FF9900;
	}

span.m h3 {
	font-size: x-large;
}
span.m { 
		 text-align: left;
		 font-size: small; 
		 color: black; 
		}
span.m a { color: black; 
	}

table {
	margin-right: auto;
	margin-left: auto;
 	border-collapse: collapse;
}

table#mapkey {
	margin-right: auto;
	margin-left: auto;
	background-color: #333333;
}
table#mapkey tr {
	vertical-align: top;
}
table#mapkey td {
	text-align: left;
	font-size: small;
	color: white;
}
	