body {
	background-color: #000000;
}

body.home {
	background-repeat: no-repeat;
	background-position: top center;
}

a:link {
	font-weight: bold;
	color: #440000;
	text-decoration: none;
}

a:active {
	font-weight: bold;
	color: #770000;
	text-decoration: underline;
}

a:visited {
	font-weight: bold;
	color: #220000;
	text-decoration: none;
}

a:hover {
	font-weight: bold;
	color: #550055;
	text-decoration: none;
}

.empty {
	font-size: 0px;
}

td.nowrap {
	white-space: nowrap;
}
td.center {
	text-align: center;
}
