@font-face {
	font-family: "Eurostile";
	src: url(../fonts/EUROSTI.ttf);
}

@font-face {
	font-family: "Eurostile Bold";
	src: url(../fonts/EUROSTIB.ttf);
}

* {
	padding: 0;
	margin: 0;
}

body {
	overflow: scroll;
}

h1 {
	font-family: "Eurostile Bold";
}

h2 {
	font-family: Eurostile;
}

p {
	font-family: Verdana;
}

table {
	font-family: Eurostile;
	font-size: 2em;
	margin: auto;
}
table tr td {
	background-color: lightgrey;
	border: 2px solid black;
	text-align: center;
	padding: 10px;
}

header {
	background-color: grey;
	box-shadow: 0px 0px 10px #888888;
	padding: 10px;
}

header img {
	height: 50px;
}

header h1 {
	display: inline;
	font-family: "Eurostile Bold";
	font-size: 2.5em;
}

header h2 {
	color: white;
	font-family: Eurostile;
	font-size: 1.5em;
}

header hr {
	margin-top: 5px;
	margin-bottom: 10px;
	margin-left: 10%;
	margin-right: 10%;
}

nav {
	font-family: "Eurostile";
	font-size: 1.25em;
	color: white;
}

nav ul {
	list-style-type: none;
	text-align: center;
}

nav ul li {
	display: inline;
}

nav ul li a {
	border: 1px solid white;
	border-radius: 10px;
	background: darkgreen;
	color: white;
	padding: 2px 4px;
	text-decoration: none;
}

nav ul li a:hover {
	color: lightgrey;
	background: green;
}

main {
	margin: 10px 5%;
}

main ul {
	font-family: "Eurostile Bold";
	list-style-type: none;
	margin-left: 20px;
}

main ul li {
	padding: 5px 0;
}

main img {
	width: 100%;
}

footer {
	color: darkgrey;
	font-family: Eurostile;
	text-align: center;
}

.blue {
	color: blue;
}

.lightblue {
	color: lightblue;
}

.red {
	color: red;
}

.shortcuts {
	border: 1px solid black;
	border-radius: 5px;
	float: right;
	padding: 10px;
	margin: 10px;
}

.shortcuts h1 {
	font-size: 2em;
	text-align: center;
	text-decoration: underline;
}

.shortcuts ul {
	list-style-type: none;
}

.shortcuts ul li a {
	font-family: "Eurostile Bold";
	font-size: 1.25em;
	text-decoration: none;
	color: blue;
}

.shortcuts ul li a:hover {
	color: white;
	background-color: blue;
}

.newcomer {
	color: #FFFF55;
	font-family: "Eurostile Bold";
}

.resident {
	color: #555555;
	font-family: "Eurostile Bold";
}
.tier1 {
	color: #FFAA00;
	font-family: "Eurostile Bold";
}

.tier2 {
	color: #55FF55;
	font-family: "Eurostile Bold";
}

.tier3 {
	color: #5555FF;
	font-family: "Eurostile Bold";
}

.tier4 {
	color: #00AA00;
	font-family: "Eurostile Bold";
}

.tier5 {
	color: #AA00AA;
	font-family: "Eurostile Bold";
}

.tier6 {
	color: #FF5555;
	font-family: "Eurostile Bold";
}

.req {
	border: none;
	background-color: white;
	color: red;
}

#banner {
	display: block;
	margin: 0 auto;
	width: 100%;
}

#logo {
	text-align: center;
}