html, body
{
	background-color: #000000;
	color: #9f9fff;
}

div
{
	background-color: #0f0f4f;
}

#header
{
	text-align: center;
	min-width: 609px;
	padding: 0px;
	margin: 0px;
	border: 1px solid #7f7f7f;
}

#header img
{
	border: 0px;
}

#menu
{
	float: right;
	margin-left: 1%;
	margin-bottom: 1%;
	padding: 2%;
	border: 1px solid #7f7f7f;
}

#content
{
	padding: 1%;
	border: 1px solid #7f7f7f;
}

#footer
{
	clear: both;
	text-align: center;
	border: 1px solid #7f7f7f;
}

.code
{
	color: #00cf00;
	white-space: nowrap;
	font-family: courier;
}

.poem
{
	margin-left: 50px;
	color: #cf3fcf;
	font-style: italic;
}

.hotornot
{
	float: right;
	background-color: #ffffff;
}

h1, h2, h3, h4, h5, h6
{
	color: #dfdfdf;
}

A:link
{
	color: #cfcfcf;
	text-decoration: none;
}

A:visited
{
	color: #7f7f7f;
	text-decoration: none;
}

A:active
{
	text-decoration: underline;
}

A:hover
{
	text-decoration: underline;
}
