body {
    background-image: url(images_folder/spaghetti.jpg);
    background-attachment: fixed;
    background-size: cover;
    padding: 0;
    margin: 0;
}
header1 nav ul {
	background: rgb(207 28 68);
    list-style: none;
    text-align: center;
    height: 75px;
    margin: 0;
    padding: 0;
}
header1 nav li {
    display: inline-block;
}
header1 nav a {
    padding: 18px;
    font-family: sans-serif;
    font: "klinic slab"; 
    font-weight: bold;
    text-decoration: none;
    font-style: italic;
    color: white;
    font-size: 25pt;
    display: block;
}
h1 {
    background-image: url(color%20logo.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-color: white;
    height: 225px;
    margin-top: 300px;
}
header2 nav ul {
	background: rgb(11 148 70);
    list-style: none;
    float: center;
    margin-top: 295px;
    margin-bottom: 0;
    height: 75px;
    font-family: sans-serif;
    padding: 0;
}
header2 nav ul li a {
    float: right;
    line-height: 70px;
    padding-right: 50px;
    font: "klinic slab"; 
    font-weight: bold;
    text-decoration: none;
    font-style: italic;
    color: white;
    font-size: 15pt;
    line-height: 25px;
}
div {
    font: 20px "klinic slab book", sans-serif;
    width: 1300px;
    text-align: center;
    margin-left: 300px;
    margin-right: 300px;
}
h2 {
    color: rgb(95 19 18);
    font-family: "goudy old style";
    font-size: 70px;
    font-weight: bold;
    font-style: italic;
    text-align: center;
}
h3 {
    font-family: "goudy old style";
    font-size: 150px;
    font-weight: bold;
    font-style: italic;
    text-align: center;
	margin-left: 200px;
	margin-right: 200px;
	margin-bottom: 300px;
}
p {
    color: black;
    font-family: sans-serif;
    font: "klinic slab";
    font-size: 40px;
    text-align: center;
	margin-left: 100px;
	margin-right: 100px;
}
.menu1 {
	image-orientation: center, center;
}
table {
	text-align: center;
	margin-left: 675px;
	margin-top: 100px;
}
table, table1, th, td {
	color: black;
    font-family: sans-serif;
    font: "klinic slab";
    font-size: 40px;
	font-style: bold;
}


