body
{
	font-family:sans-serif;
	width:900px;
	margin:50px auto;
	padding:0;
	font-size:12px;
	color:#1d5987;
}

table
{
	width:100%;
	border-spacing:0;
	border-collapse:collapse;
}

tr:nth-child(even) {background: #d0e5f5;}
tr:nth-child(odd) {background: #fff;}

tr:hover
{
	background:#fbec88;
}

tr:first-child, tr:first-child:hover
{
	background:#1d5987;
	color:#fff;
}

td, th
{
	border:1px solid #1d5987;
	padding:.5em;
}