body {
	background-color: #E5E5E5;
}

div.credits {
	margin-top: 100px;
	text-align: center;
	font-family: 'Raleway', cursive;
	font-size: 9pt;
	color: #565656;
}
a { color: black; }
table {
	font-family: 'Raleway', cursive;
	font-size: 25pt;
	color: #565656;
}

table.center {
	margin-left:auto;
	margin-right:auto;
}

th {
	text-align: left;
	font-family: 'Terminal Dosis', sans-serif;
}

@font-face {
	font-family: 'Terminal Dosis';
	font-style: normal;
	font-weight: 400;
	src: url('fonts/TerminalDosis-Regular.ttf');
}

@font-face {
	font-family: 'Raleway';
	font-style: normal;
	font-weight: 100;
	src: url('fonts/Raleway-Thin.ttf');
}
