body {
	background-color: gray;
	font: 10pt "Lucida Grande", Lucida, Verdana, sans-serif;
}

h1,h2,h3,h4,h5,h6 {
	color: white;
	font-variant: small-caps;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	font-weight: bold;
}

table {
	font: 10pt "Lucida Grande", Lucida, Verdana, sans-serif;
}

div {
	background-color: #555;
}

a {
	color: white;
	text-decoration: underline;
}

td {
	text-align: center;
}