* {
	font: bold 12px Helvetica;
}

colgroup.odd {
	background-color: rgba(0,0,0,0.03);
}

colgroup.even {
	background-color: rgba(0,0,0,0.07);
}

td, th {
	padding: .5em;
}

th {
	font-weight: bold;
	background: #005392;
	color: white;
}

td {
	text-transform: uppercase;
}

tr.odd td {
	background-color: rgba(0,0,0,0.03);
}

tr.even td {
	background-color: rgba(0,0,0,0.07);
}

tr:hover,
tr:hover th {
	background-color: rgba(49,94,201,0.15);
}

.number {
	text-align: right;
}

h1 {
	font-size: 2em;
}

input.form {
	font-weight: normal;
	color: silver;
}

a {
	text-decoration: none;
	color: #005392;
	font-weight: bold;
}