@import url(http://fonts.googleapis.com/css?family=Nunito);
@font-face { font-family: Raleway; src: url('fonts/Raleway-Light.ttf'); }

html {
	height: 100%;
	overflow: hidden;
}

body {
	margin-left: 10%;
	margin-right: 10%;
	margin-top: 20px;
	padding:0;
	height: 100%;
	font-family: Nunito !important;
	background-color: darkgray;
}

table {
	border-collapse: collapse;
	width: 100%;
}

table, th, td {
	border: 1px solid black;
}

h1 {
	font-size: 2em;
	text-align: center;
	color: #fff;
	text-shadow: 0 2px 2px #000;
}

p {
	font-size: 2em;
}

