




@font-face {
	font-family: blackjack;
	src: url(black_jack.ttf);
}

@font-face {
	font-family: ubuntu-reg;
	src: url(Ubuntu-R.ttf);
}

h1 {
	font-family: blackjack;
	font-size: 80px;
	color: #E3C86F;
	font-weight: bold;
	margin-top: 0;
	margin-right: 15px;
}

h2{
	font-family: ubuntu-reg;
	font-size: 24px;
	color: #E3C86F;
}

h3 {
	font-family: ubuntu-reg;
	font-size: 16px;
	color: #544E15;
}

h4 {
	font-family: ubuntu-reg;
	font-size: 12px;
	color: #E3C86F;
}

h5 {
	font-family: ubuntu-reg;
	font-size: 16px;
	color: #E3C86F;
}

h6 {
	font-family: ubuntu-reg;
	font-size: 18px;
	color: #E3C86F;
}

.top ul {
	margin-top: -80px;
}
a:link {
    color: #E3C86F;
}

.top ul li {   
	margin-left: 40px;
	padding-top: 80px;
	display: inline;
	text-align: center;
	background-color: #151B54;
	border: 3px outset #544E15;
	border-radius: 10px;
	float: left;
   height: 30px;
   line-height: 30px;
   text-align: center;
   margin: 0px 40px;  
   padding: 0px 10px;
}

.two {
	height: 20px;
}
footer {
	text-align: center;
	margin-bottom: 0;	
}
