body {
  background-color: black;
  color: white;
  font-size:28px;
}

<!-- CSS goes in the document HEAD or added to your external stylesheet -->
<style type="text/css">
table{
	font-family: verdana,arial,sans-serif;
	font-size:28px;
	color:#333333;
	border-width: 10px;
	border-color: yellow;
	border-collapse: collapse;
}

</style>

