body {
	background-color: lightyellow;
	font-family: Verdana, Tahoma, Arial, Times;
	left: 5%;
	position: absolute;
	top: 5%;
	right: 5%;
}
.lastUpdated {
	font-weight: bold;
	background-color: lavender;
}
pre {
	font-family: Monaco, Courier New;
	font-size: 10pt;
	line-height: 1.4em;
}
a {
	color: palevioletred;
}
a:hover {
	color: red;
}
h1 {
	color: plum;
}
.statsTable {
	font-size: 10pt;
}
.statsTable thead {
	font-weight: bold;
	text-align: center;
	background-color: lightskyblue;
}
.statsTable .statrow1 {
	background-color: #fffacf;
}
.statsTable .statrow2 {
	background-color: #dbe9ff;
}
.statsTable tfoot {
	background-color: lightskyblue;
}
.legend {
	font-size: 10pt;
	font-family:  Monaco, Courier New;
	line-height: 1.4em;
}
.inactive {
	color: #666666;
	font-style: italic;
}
.deleted {
	color: #999999;
	text-decoration: line-through;
}
