<style type="text/css">

#popup { color: #000; background-color: #dddddd; }

#popup a, #popup a:visited {
	position: relative;
	display: block;
	width: 300px;
	line-height: 30px;
	text-align: left;
	padding: 0 10px;
	margin: 0;
	border: 0px solid #666;/*box around name */
	text-decoration: none;
	font-size: 1em;
	font-weight: bold;
}

#popup a span {
	display: none;
}

#popup a:hover { 
	background-color: #dddddd; 
}

/* the IE correction rule */
#popup a:hover	{
	color: #00f; 
	background-color: #dddddd;
	text-indent: 0; /* added the default value */
}

#popup a:hover span {
	display: block;
	position: absolute;
	top:-200px;
	left: -300px;
	width: 250px;
	margin: 0px;
	padding: 10px;
	color: #335500;
	font-weight: normal;
	background: #e5e5e5;
	text-align: left;
	border: 10px solid #666;

}

.center {
  margin-left: auto;
  margin-right: auto;
}


}



</style>