body {
    background-image: url(../Images/background1.jpg);
	background-repeat: no-repeat;
	background-size: cover;
    align-content: center;
    font-family: athelas;
    font-size: 18px;
}



.body {
    text-align: center;
    display: inline-block;
	width: 1000px;
	height: 806px;
    font-size: 18px;
    background-color: #8a8c8f;
    color: #000000;
}



.container {
    text-align: center;
    display: inline-block;
	padding-left: 10px;
	padding-right: 10px;
    font-size: 30px;
    background-color: #41393d;
    color: #ffffff;
}



h1 {
    font-family: Majesti Banner Light;
    font-size: 60px;
    color: #be1e2d;
}



ul{
  width: 92%;
}
ul li{
    display:inline-table;
    padding-left: 60px;
	padding-right: 60px;
	padding-top: 3px;
	padding-bottom: 3px;
    background-color: #be1e2d;
    font-size: 20px;
    font-family: "Athelas Rg";
}
a:link{
    text-decoration: none;
}
a:hover{
	text-decoration-line: underline;
}