body{ 
background-color: #f6f9f4;
Font-family: Verdana, serif;
}

a{
	color: white;
}

Div.LeftPanel{
	position:  absolute;
	top: 70px; 
	left: 0px;
	width: 125px;
	height: 90%;
	background-color: #9435ac;
	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: #9435ac;
	padding: 10px;
	margin: 8px;
	font-weight: bold;
	color: white;
	font-size: medium;
}
Div.CenterPanel{


	padding-left: 20px;
	padding-right: 20px;
}

img.spot{
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 2px;
	margin-right: 2px;
	border-style: solid;
	border-width: 0px;
	
}

.place{
	padding-top: 0px;
	padding-bottom: 4px;
	margin-left: 0px;
	margin-right: 0px;
	font-weight: bold;
	font-size: 70%;

}