a:link {color:#000000;}      /* unvisited link */
a:visited {color:#000000;}  /* visited link */
a:hover {color:#000000;}  /* mouse over link */
a:active {color:#000000;}  /* selected link */ 

a:link {text-decoration:none;}
a:visited {text-decoration:none;}
a:hover {text-decoration:underline;}
a:active {text-decoration:underline;}

body {
	width: 80%;
	margin-left:auto;
	margin-right:auto;
	padding-bottom:30px;
	background-color: #40688B;
	font-family: Calibri, Verdana, Arial, Helvetica, sans-serif;
	color: #333;
}

subtitle {
	font: 12px/.5 garamond,georgia,serif;
	text-align:center;
	color: #0B3661;
}

h1 {
	font-size: 8;
	font-family: Garamond, serif;
	padding-top: 20px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	color: #0B3661;
}
h2 {
	font-size: 1.3em;
	color: grey;
	padding: 0;
	margin: 0;
}
p {
	font-size: 1em;
	background-color: white;l
	color: #333333;
	padding: 0;
	margin: 2px 0 3px;
	width: 300px;
}
#wrapper {
	width: 90%;
	margin: 0 auto;
	padding-bottom: 30px;
	background-color: #F2F5FA;
}
#map {
	width: 90%;
	height: 650px;
	margin-left:auto;
	margin-right:auto;
	border: 1px solid grey;
}
#legend {
	margin-top:10px;
	text-align:center;
	font-size: 6;
}

#legend img {
	margin-left:15px;
	margin-right:0px;
	margin-bottom:0px;
	margin-top:3px;
}
.theatre {
	color: #914B3B;
}
.historical {
	color: #914B3B;
}
.golf-course {
	color: #914B3B;
}
.camping {
	color: #71915D;
}
.boat-launch {
	color: #43608E;
}
.marina {
	color: #43608E;
}
.brewery {
	color: #914B3B;
}
.cruise {
	color: #914B3B;
}
.walking-trail {
	color: #71915D;
}
.park {
	color: #71915D;
}
.theatre img, .historical img, .golf-course img .camping img, .boat-launch img, .marina img .brewery img, .cruise img, .walking-trail img, .park img {
	margin-right: 8px;
}