@font-face {
	font-family: ElliotSans-Bold;
	src: url(Fonts/ElliotSans-Bold.ttf);
}

@font-face {
	font-family: ElliotSans-Regular;
	src: url(Fonts/ElliotSans-Regular.ttf);
}

body {
	background-color: #000000;
}

#div1 {
	width: 15%;
	float: left;
	background-color: rgba(0,0,0,0);
}

#arrow {
	width: 100%;
}

#div2 {
	width: 70%;
	float: left;
	background-color: rgba(0,0,0,0);
}

#div3 {
	width: 15%;
	float: left;
	background-color: rgba(0,0,0,0);
}

#div4 {
	width: 100%;
	float: left;
	background-color: rgba(0,0,0,0);
}

h1 {
	color: #ff7a1a;
	text-align: center;
	font-family: "ElliotSans-Bold";
	font-size: 815%;
	font-weight: normal;
	font-style: normal;
	text-shadow: 3px 3px 5px #454444;
}

#div5 {
	width: 100%;
	float: left;
	background-color: rgba(0,0,0,0);
}

table {
    border-collapse: collapse;
    background-color: #ff7a1a;
    text-align: center;
    font-family: "ElliotSans-Regular";
    font-size: 60%;
    font-weight: normal;
	font-style: normal;
    color: #000000;
    width: 100%;
}

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

a:link {
	color: #000000;
	text-decoration: none;
}

a:visited {
	color: #000000;
	text-decoration: none;
}

a:hover {
	color: #5c5b5b;
	text-decoration: underline;
}

a:active {
	color: #000000;
	text-decoration: none;
}