#list-museums {
	padding-left: 1em;
	list-style-type: square;
	
}

span.date a:link, span.date a:active, span.date a:visited {

	color: #ffcc00;
	text-decoration:none
	
}
span.date a:hover {
	color: orange;
}

a.external {
	background: url(external.png) center left no-repeat;
	padding-left: 13px;
	color: #FF9933;
}
