
body{
	background-color: rgb(71, 100, 162);
  letter-spacing: .1rem;
}

table{
	background: none;
	border: none;
}

table tr td{
	color: #ffffff;
	vertical-align: top;
}

table tr:nth-of-type(even) {
	background: none;
}


