body {
  font-family: serif;
	font-size: 16px;
	color: rgb(255, 201, 86);
	background-color: Black;
}

td.upper {
	color: white;
	background: green;
}

.smaller {
	font-size: 85%;
}

h1 {
  color: white;
}

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

a:hover {
	color: green;
	text-decoration: none;
}

a.smaller {
	font-size: 85%;
	text-decoration: underline;
}

a.smaller:hover {
	font-size: 85%;
	color: green;
	text-decoration: none;
}

div.centered {
	text-align: center;
}

/* EVERYTHING BELOW ADDED IN 1.6 */
div.centered table.entries {
}

table.gbookMenu {
}
