body {
	background-color:black;
}

#totalScore {
	color:white;
}

table, th, td {
  border: 1px solid white;
  border-collapse: collapse;
}



th,td{
	width:80px;
	color:white;
	text-align:center;
}

p{
	color:green;
}