body {
	font-family: sans-serif;
}
.headline {
	color : white;
	font-size: 64pt;
	text-align: center;
}
.byline {
	color : lightgray;
	font-size: x-large;
	text-align: center;
}
table {
	background-color: 3d59cc;
}
td.menu {
	text-align: right;
	font-size:small;
	vertical-align: top;
	padding: 5px;
}
a.navon {
	background-color: white;
	color: 3d59cc;
	font-weight: bold;
	text-decoration: none;
}
a.nav {
	text-decoration: none;
	font-size:small;
	color: white;
}
a.nav:hover {
	text-decoration: underline;
}
pre {
	background-color: FFFFFF;
	color: black;
	padding: 20px;
}

