body {
	color: #D9D9D9;
	background-color: #585858;
	font-family: arial;
}

div {
	text-align: center;
	font-family: arial;
}

a:link, a:visited {
  color: #D9D9D9;
  border: 2px #353535;
  padding: 5px 10px;
  text-align: center;
  text-decoration: none;
  border-radius: 3px;
  display: inline-block;
}

a:hover, a:active {
  background-color: #D9D9D9;
  color: #1c1c1c;
 }

.title {
	color: #fffffe;
}

h1 {
	color: #D9D9D9;
}

table {
	box-shadow: 0 4px 10px 0 #00000030, 0 4px 20px 0 #00000029;
}

table, th, td {
	border-radius: 5px;
	background-color: #292929;
	border: 10px;
	border-color: #292929;
	text-align: center;
}

#wrapper {
	margin-left: auto; 
	margin-right: auto;
}