body {
	color: #ddd;
	font-family: sans-serif;
	background-color: #400;
	background-image: url(images/background);
}

div.end {
	border-top: thin solid;
	font-size: x-small;
}

img#banner {
	border: none;
}

pre { font-family: monospace; }

th {
	font-weight: bold;
	text-align: center;
}

td {
	text-align: center;
}

em {
	font-style: italic;
	font-weight: normal;
}

cite { font-style: italic; }

strong { font-weight: bold; }

h1,h2,h3,h4,h5,h6 {
	color: #fc0;
	font-family: sans-serif;
	text-align: inherit;
}

h1 { font-size: x-large; }
h2 { font-size: large; }
h3 { font-size: medium; }
h4 { font-size: small; }
h5 { font-size: x-small; }
h6 { font-size: x-small; }

a:link {color: #fc0; }
a:hover {color: #ff0; }
a:active {color: #fff; }
a:visited {color: #f90; }
