body{ 
background-color: #fdfdf1;
Font-family: Verdana, serif;
}

a{
	color: white;
}

Div.LeftPanel{
	position: absolute;
	top: 70px; 
	left: 0px;
	width: 125px;
	height: 90%;
	background-color: #8b66a2;
	padding: 10px;
	margin: 8px;
	font-weight: bold;
	font-size: large;
	color: white;
	font-size: medium;
}
Div.RightPanel {
	position: absolute;
	top: 70px; 
	right: 0px;
	width: 125px;
	height: 90%;
	background-color: #8b66a2;
	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: #000000;
	
}

.place{
	padding-top: 0px;
	padding-bottom: 4px;
	margin-left: 0px;
	margin-right: 0px;
	font-weight: bold;
	font-size: 70%;
	
}