h1, h2 { text-align: center; }

table.creature {
	margin: 10px auto;
	width: 650px;
	border: none;
	border-spacing: 0px;
	border-collapse: collapse;
}
table.creature th, table.creature td {
	border: 1px solid black;
	padding: 3px;
}
table.creature td.img img {
	width: 210px;
	height: 215px;
	border: 1px solid black;
}
table.creature th.abilities a {
	margin: 2px;
}
table.creature th.abilities a img {
	width: 66px;
	height: 61px;
	border: none;
}

table.Chaos   { background-image: url("../images/hashchaos.gif"); }
table.Death   { background-image: url("../images/hashdeath.gif"); }
table.Life    { background-image: url("../images/hashlife.gif"); }
table.Order   { background-image: url("../images/hashorder.gif"); }
table.Nature  { background-image: url("../images/hashnature.gif"); }
table.Might   { background-image: url("../images/hashmight.gif"); }

.popup {
	visibility: hidden;
	display: block;
	position: absolute;
	width: 300px;
	border: 1px solid black;
	background: #EEEEEE;;
	padding: 5px;
	text-align: left;
	font-weight: normal;
}
a.has_popup {
	text-decoration: none;
	color: black;
}
a.has_popup:hover .popup {
	visibility: visible;
}
