body,html {
	background: #fff;
	font-family: monospace;
	font-weight: bold;
	color: blue;
}

tr:nth-child(even) {
	background: white;
}

th,td {
	padding:0.1em 0.5em;
}

th {
	text-align:left;
	background: blue;
	border-bottom:1px solid blue;
}

th a, th a:active, th a:visited, th a:hover {
	color: white;
}

#list {
	border:1px solid blue;
	width:100%;
}

a, a:active, a:visited, a:hover {
	color: blue;
	text-decoration: none;
}

