
 
.hotspot {
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-size:12px;

	color:#800000;
	
	text-decoration:none;
	CURSOR: hand;
}

.hotspot a:visited{
	font-family:verdana; 
	font-size:12px;
	color:;
	font-weight:bold;
	text-decoration:none;
	CURSOR: hand;
}

.hotspot a:link
 {
	font-family:verdana; 
	font-size:12px;
	color:gray;
	text-decoration:none;
	font-weight:bold;
	cursor:hand;
}

.hotspot a:hover
 {
 	font-family:verdana; 
	font-size:12px;
	color:;
	text-decoration:none;
	font-weight:bold;
	cursor:hand;
}

