
body
{
	background-color: #FFFFE8;
}

table
{
	background-color: green;
	border-collapse: separate;
	border: inset 5px
}

th
{
	border: inset 1px
}

td
{
	background-color: white;
	border: inset 1px
}

.null-entry
{
 	text-align: center;
}

.entry
{
 	text-align: right;
}

.footer
{
	font-family: courier;
 	font-size: x-small;
}