p {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
}
 a:link { 	color: #20757C;	text-decoration: none; }
 a:visited { color: #00505A; text-decoration: none; }
 a:active { color: #CCCCCC; text-decoration: underline; }
a:hover {
	position: relative;
}

a span {
	display: none;
}

a:hover span {
	display: block;
   	position: absolute; top: 10px; left: 0;
   	/* formatting only styles */
   	padding: 6px; margin: 10px; z-index: 100;
   	background: #f1f1f1; border: 1px solid #000;
	opacity: .98; font-size: 10px; width: 200px; text-decoration: none; 
	line-height: normal; color: black; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-weight: normal; text-indent: 0; text-align: left;
	/* end formatting */
}