body
{
	background-color: #000000;
	color: #ffffff;
	font-family: sans-serif;
}

#content
{
	width: 500px;
	height: 300px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	text-align: center;
}
#content sup
{
	color: red;
	font-family: "Kristen ITC";
}

.dim { 
	color: rgba(255,255,255,.05);
}

a
{
	color: #fff;
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
}

#watn li
{
	list-style-type: square;
	line-height: 1.25em;
}

#watn li:hover
{
	list-style-type: '\00BB';
}
