body {
	background-color: black;
	color: #0a0;
	font-family: sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
}

table {
	margin: 0 auto;
	border-collapse: collapse;
}

table td {
	border: ridge;
	padding: 5px;
}

h1 {
	margin: 0;
	padding: 0.5em;
}

h3 {
	margin-top: 64px;
	border-bottom: 1px solid #555;
	text-align: right;
}

a {
	color: teal;
}

.massiveheader {
	background-image: url('ghosttile.jpg');
	font-size: 7pt;
	padding-bottom: 2ex;
	color: darkred;
}

.header {
	border-top: solid 2px #666666;
	background-image: url('drippinghex.gif');
	background-repeat: repeat-x;
	min-height: 119px;
}

.headerbox {
	background-color: black;
	background-color: rgba(0,0,0,0.75);
	padding: 9px 27px;
	padding-bottom: 12px;
	width: auto;
	display: inline-block;
	margin-bottom: 1em;
	border-bottom-right-radius: 13px;
	border-bottom-left-radius: 13px;
}

.highlight {
	color: red;
}

.content {
	background-color: #1a1a1a;
	width: 950px;
	margin: 0 auto;
	border: 6px solid #1d1d1d;
	padding: 10px;
	color: #deface;
	text-align: left;
}

.foots {
	font-size: 8pt;
	color: #555;
	margin-top: 50px;
	margin-bottom: 18px;
}

.name {
	background-color: #353535;
}

.epicwin {
	font-weight: bold;
	color: limegreen;
}

@keyframes fadein {
	from { opacity: 0; }
	to { opacity: 1; }
}

#massiveheadercontent {
	animation: 2s ease-in-out fadein;
}
