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