a.PopRocket:visited {
	color: #660000;
	font-size: 14px;
	font-weight: bold;
}
a.PopRocket:hover {
	font-size: 14px;
	color: #660000;
	font-weight: bold;
}
a.PopRocket:active {
	font-size: 14px;
	color: #660000;
	font-weight: bold;
}
a.PopRocket span {
	display: none;
}
a.PopRocket:hover span {
	display: block;
	position: absolute;
	top: 100px;
	left:380px;
}
a.PopRocket:link {
	text-decoration: none;
	color:#660000;
	font-size: 14px;
	font-weight: bold;
}
