table	{ background-color: black; border-collapse: collapse; }
th		{ background-color: lightblue; border: 1px solid #000000; }
td		{ background-color: white; border: 1px solid #000000; }
td.gr	{ background-color: limegreen; text-align: center; }
td.yl	{ background-color: yellow; }
a.naked	{ text-decoration: none; }

input.hidden {
	text-decoration: none;
	font-size: 16pt;
	font-family: Times;
	border: none;
	background-color: transparent;
}

#newEntry {
	width: 5in;
	text-align: center;
}