body{ 
 background-color: #fdf8fe;
 Font-family: Verdana, serif;
}

a{
	color: white;
}

Div.LeftPanel{
	position: absolute;
	top: 70px; 
	left: 0px;
	width: 125px;
	height: 90%;
	background-color: #9fb749;
	padding: 10px;
	margin: 8px;
	font-weight: bold;
	font-size: medium;
	color: white;

}
Div.RightPanel {
	position: absolute;
	top: 70px; 
	right: 0px;
	width: 125px;
	height: 90%;
	background-color: #9fb749;
	padding: 10px;
	margin: 8px;
	font-weight: bold;
	color: white;
	font-size: medium;
}
Div.CenterPanel{
	padding-left: 20px;
	padding-right: 20px;
}

img.spot{
	margin-top: 4px;
	margin-bottom: 0px;
	margin-left: 2px;
	margin-right: 2px;
	border-style: solid;
	border-width: 3px;
	border-color: #4e6208;
	}

.place{
	padding-top: 0px;
	padding-bottom: 4px;
	margin-left: 0px;
	margin-right: 0px;
	font-weight: bold;
	font-size: 70%;
}

.extra{
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 12px;
	padding-right: 12px;
	border-style: none;