body {
  margin: 0px;
  font-size: medium;
}
a, span {
	width: 100%;
	display: block;
	background: #333;
	margin: 0 0 1px;
	text-decoration: none;
	line-height: 2em;
	color: white;
	text-indent: 10px;
	font-family: arial;
}
table, th, td {
   border: 0px;
   background: #333;
   color: white;
}
tr:nth-child(even) td,
tr:nth-child(even) td a {
	background: #ffcc00;
    color: black;
}
tr:nth-child(odd) td,
tr:nth-child(odd) td a {
	background: white;
    color:black;
}
a.header {
	position: fixed;
	top: 0px;
	display:block;
	width:50%;
}
table tr td {
	min-width:100px;
}