#map{
	font-family: Arial, sans-serif, Helvetica;
	font-size: 12px;
	color: #777777;
}
#controls {
	width: auto;
	float: right;
	text-align: right;
}
#controls img{
	cursor:hand;
	cursor:pointer;
}
.button {
	width: auto;
	border: none;
	margin: 5px;
	padding: 3px;
	text-decoration: none;
	text-align:center;
}

#map a.title, 
#map .title{
	font-family: Arial, sans-serif, Helvetica;
	font-size: 14px;
	font-weight:bold;
	color: #72A4DB;
	letter-spacing: normal;
	text-decoration:none;
}
#map a.title:hover {
	text-decoration:underline;
	color: #000000;
}

#map .date,
#map a.date{
	font-size: 14px;
	font-weight:bold;
	color: #FF0066;
	letter-spacing: normal;
	text-decoration:none;
}

#map .category,
#map a.category{
	font-size: 12px;
	font-weight:bold;
	color: #72A4DB;
	letter-spacing: normal;
	text-decoration:none;
}
#map a.category:hover {
	text-decoration:underline;
	color: #000000;
}
