body
{
	background: black;
}

#noise
{
	color: white;
}

div.error
{
	background: black;
	border: 1px solid white;
	color: white;
	font-weight: bold;
	margin-bottom: 1em;
	margin-left: auto;
	margin-right: auto;
	margin-top: 1em;
	padding: 0.5em;
	text-align: center;
	width: 80%;
}

A:link,
A:visited,
A:hover,
A:active,
A:focus
{
	background: transparent;
	color: white;
	text-decoration: none;
}


