BODY {
	background: #000000;
	color: #CC6600;
	font-family: sans-serif;
}

H1 {
	font-size: 160%;
	border: thick solid #CC6600;
	color: #CC6600;
	text-align: center;
}

H2 {
	font-size: 120%;
	border: thin solid #CC6600;
	text-align: right;
}

P {
	font-family: sans-serif;
}

P.end {
	border-top: thin solid #CC6600;
}

PRE {
	border: thin solid #CC6600;
	background: #333333;
	width: 80%;
}

BLOCKQUOTE {
	background: #c0ffff;
}

A:hover {
	font-style: italic;
}

A {
        background: #000000;
	color: #CC9900;
}

A.button {
	background: #000000;
	color: #CC9900;
}

A.button:hover {
	color: #ffffff;
	background: #CC6600;
}

TABLE {
        border: thin solid #CC6600;
        background: #333333;
        align: center;
}
