body {
    background-image: url(../Images/background.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: 1105px;
    font-size: 18px;
    background-color: #8a8c8f;
    color: #000000;
}



h2 {
  font-size: 45px;
  font-family: Majesti Banner Light;
  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;
}



table {
    text-align: center;
    align-content: center;
    width: 60%
}
td {
    text-align: left;
    padding-bottom: 20px;
    background-color: #8a8c8f;
    color: #ffffff;
}
th {
    height: 30px;
    background-color: #d4a18d;
    color: #000000;
    text-align: center;    
}