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

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

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

P {
	font-family: sans-serif;
}

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

BLOCKQUOTE {
	background: #c0ffff;
}

A:hover {
	font-style: italic;
}

A.button {
	background: #eeeeee;
}

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