BODY {
  background-color: white;
}

TD {
	font-family: serif;
	font-size: medium;
}

.td-head {
	background-color: green;
	color: white;
	font-size: large;
	font-weight: bold;
}

.td-head-quick {
	text-align: right;
	font-weight: bold;
	background-color: green;
	color: white;
}

.td-body {
}

.td-head-quick A {
	color: white;
	text-decoration: none;
}

.td-body-quick {
}

A {
	color: green;
}

.poll-bar {
	background-color: green;
	height: 10px;
}

