body {
	font-variant: small-caps;
}

span.on {
	color: green;
	font-weight: bold;
}

span.off {
	color: red;
	font-weight: bold;
}

span.date, span.type {
	font-size: smaller;
}

span.owner {
	font-size: x-small;
	font-weight: lighter;
	color: #ccc;
}

td {
	border: 1px solid black;
	font-variant: small-caps;
	text-align: center;
}

th {
	color: white;
	background-color: black;
	font-weight: bold;
	font-variant: small-caps;
	font-size: 16pt;
}

td.totals, th.totals, td.config, th.config {
	font-size: x-small;
}

td, th {
	padding: 4px;
}

p {
	margin: 0em;
}

table {
	border-collapse: collapse;
}
