body { 
	font-family: Helvetica Neue, Helvetica;
	font-size: small;
}
a, a:visited { color: maroon; }

tbody tr:nth-child(odd) {
  background-color: #eee;
}

form { margin-bottom: 1em; }