body {
  margin: 2em auto;
  max-width: 99%;
  background-color:#171717;
  Color: white;
  font-family:Arial;
  font-size:13px;
}
tr:hover {
  background-color:black;
}
td {
  border:1px solid #171717;
  text-align:left;
}
a {
  color:#bc2734;
}
a:visited {
  color:#bc2734;
}
.nav li {
	display: inline-block;
	padding:5px;
}
hr {
  border: 0;
	border-top: 3px solid #aaa;
	height: 3px;
}