h1 {
	font-family:'Old Standard TT', serif;
	text-align: center;
	font-size: 50px;
	text-decoration: overline, underline;
	color: white;
}

h3 {
	font-family: 'Cinzel', serif;
	color: white;
	font-size: 30px;
	text-align: center;
	text-decoration: underline;
}

.img1 {
	max-width: 100%;
}

img {
	border-radius: 15px; 
	max-width: 40%;
	margin-left: 45px;
}

p-6 {
	color: white;
	font-style: italic;
	text-align: center;
}


body {
	background-image: url("wood.jpg"); 
}

h2 {
	font-family: 'Cinzel', serif;
	text-align: center;
	font-size: 45px;
	text-decoration: underline;
	color: white;
}

table {
	background-color: lightgrey;
	border-style: solid;
	border-color: black;
}

ul {
	color: white;
}



ul-1 {
	font-family: 'Cinzel', serif;
	color: white;
	font-size: 40px;
	text-align: center;
}

p-8 {
	padding-left: 20px;
	font-style: italic;
	color: yellow;
}

p {
	font-family: 'Cinzel', serif;
	padding-top: 5px;
	font-weight: bold;
	text-align: center;
	font-style: 15px
	margin: 1;
	padding-bottom: 15px;
	color: white;
	font-size: 20px;
}

img {
	display: block;
	width: 50%;
	margin: 1px auto;
}

p-1 {
	font-family: 'Cinzel', serif;
	margin:5em;
	text-align: left;
	font-size: 25px;
	font-weight: bold;
	color: white;
}

p-2 {
	text-align: center;
	font-size: 20px;
	padding: 10px;
}

p-7 {
	font-size: 25px;
	color: white;
	text-decoration: underline;
	text-align: 50px;
}

.menu ul
{
list-style-type: none;
margin: 0px;
padding: 0px;
background-color: #eee;
width: 80%;
height: 45px;
line-height: 45px;
margin: 20px auto;
display: flex;
text-align: center;
}

.menu ul li 
{
width: 100%;
background-color: black;
border-right: 1px solid white; 
}

.menu ul li a 
{
position: relative;
width: 100%;
display: box;
text-align: center;
color:white;
text-decoration: none;
font-weight: bold;
text-transform: uppercase;
}
