@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: #ff7a1a;
}

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

#arrow {
	width: 100%;
}

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

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

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

h1 {
	color: #000000;
	text-align: center;
	font-family: "ElliotSans-Bold";
	font-size: 715%;
	font-weight: normal;
	font-style: normal;
	text-shadow: 3px 3px 5px #454444;
	margin-bottom: -0.1%;
}

#div5 {
	width: 3%;
	float: left;
	background-color: rgba(255,122,26,0);
}

#div6 {
	width: 90%;
	float: left;
	background-color: rgba(255,122,26,0);
	padding: 2%;
}

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

table, th, td {
    border-width: 2px;
    border-style: solid;
    border-color: #ff7a1a #ff7a1a;
}

input {
	color: #000000;
	font-family: "ElliotSans-Regular";
	width: 20%;
	margin: 1%;
	font-size: 60%;
	font-weight: normal;
	font-style: normal;
}

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

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

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

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

#div7 {
	width: 3%;
	float: left;
	background-color: rgba(255,122,26,0);
}