@font-face {
	font-family: CabinRemote;
	src: url("/assets/fonts/Cabin-Regular.ttf");
}

@font-face {
	font-family: CabinRemote;
	src: url("/assets/fonts/Cabin-Bold.ttf");
	font-weight: bold;
}

@font-face {
	font-family: CabinRemote;
	src: url("/assets/fonts/Cabin-Italic.ttf");
	font-style: italic;
}

@font-face {
	font-family: CabinRemote;
	src: url("/assets/fonts/Cabin-BoldItalic.ttf");
	font-weight: bold;
	font-style: italic;
}

* {
	font-family: CabinRemote, Cabin, Cabin Medium, Verdana, Tahoma, Trebuchet MS, sans-serif;
	color: #eeeeee;
}

body {
	background-color: #16161d;
	text-align:center;
}

.container {
	max-width: 1200px;
	margin: auto;
	
}

table {
	width: 100%;
}

td, th {
	text-align: left;
	padding: 5px 10px;
}

p {
	font-size: 18px;
}

.bodytext {
	max-width: 640px;
	text-align: left;
	margin: 5px;
}

.footer {
	font-size: 16px;
}

a, a:visited {
	color: #ffffff;
}

.navhead {
	text-align: center;
}

.navhead a, a:visited {
	color: #eeeeee;
	text-decoration: none;
}

.navhead a:hover {
	text-decoration: underline;
}

table, th, td {
  border: 3px solid #eeeeee;
  border-collapse: collapse;
}

img {
	height: auto;
	width: auto;
	max-height: 100%;
	max-width: 100%;
}
