.balloon {
	width: 200px;
}
ul#layers {
	list-style: none;
	margin: 5px 1px;
	width: 100%;
}
ul#layers li {
}
ul#layers a {
	display: block;
	text-decoration: none;
	line-height: 25px;
	width: 100%;
	padding: 5px;
	margin: 10px 0;
	font-size: 1.1em;
	border: 1px solid #888888;
	white-space:pre;
}
ul#layers li.on a{
	background-color: #66D166;
	color: #000000;
}
ul#layers li.off a{
	background-color: #EEE;
	color: #000000;
}

ul#layers li a:hover{
	background-color: #94E294;
	color: #000000;
}
#link_back {float: left;}
#powered_by {float: right;}
ul#syndication { list-style: none; }
ul#syndication li { display: inline; }