a.annotation {
  position: absolute;
  padding: 0;
  display: none;
}
a.annotation span {
  display: block;
  background: white;
  width: 100%;
  height: 100%;
  opacity: 0.0;
  -moz-opacity: 0.0;
  filter:alpha(opacity=0);
}
a.annotation:hover {
	width: 100%;
	height: 110%;
	opacity: 0.3;
	-moz-opacity: 0.3;
	background-color: #A69C82;
	filter:alpha(opacity=10);
	border: 2px solid #E16D1C;
}

img.annotated {
	border-width: 1;
}
#sitemapbottom {
	font-family: "Times New Roman", Times, serif;
	font-size: 10px;
	font-style: italic;
	color: #484A2A;
}
a.sitemapbottom:visited {
	color: #484A2A;
}
a.sitemapbottom:link {
	color: #484A2A;
}
