.popup {
	font-weight: bolder;
	text-decoration: none;
	color: white;
}
.popup:visited {
	color: red;
}

.pop {
	position: absolute;
	display:none;
	width: 20em;
	border: 3px solid lime;
	background-color: black;
	padding: 0 0.6em;
	z-index: 500;
	font-size: 100%;
}
.pop p {
	background-color: black;
}
.pop h1 {
	font-size: 110%;
	margin: 0 0 0.5em 0;
	border-bottom: 1px solid lime;
	background: black left top repeat-x;
	color: white;
	text-align: center;
}
.pop table {
	margin: 0 0.6em;
}
.pop th {
	text-align: right;
}

