#map {
	width: 480px;
	height: 600px;
	background-color: #EEE;
}

#map p {
	padding-bottom: 0px;
}

#map p a {
	text-decoration: underline;
	color: #333;
}

#map p a:visited {
	text-decoration: underline;
	color: #666;
}

#map p a:hover {
	text-decoration: underline;
	color: orange;
}

#map img {
	margin-bottom: 8px;
}

/*.myTitle */
.gmap_label_title {
	font-size: 1em;
	color: orange;
	font-weight: bold;
}

/*.subtitle */
.gmap_label_subtitle {
	color: orange;
	font-size: 0.8em;
	font-weight: bold;
	line-height: 1.3em;
}

/*.myParagraph */
.gmap_label_paragraph {
	color: #333;
	font-weight: normal;
	font-style: normal;
}
