li {
  display: inline;
  padding: 20px
}

div {background-color: rgb(200,48,38); text-align: right; padding: 10px}
a {color: rgb(255,255,255); text-decoration: none;}
a:hover {color: rgb(50,185,0); text-decoration: underline;}

body 
    {
    background-image: url("RestaurantInterior.jpg");
    background-color: rgb(209,196,181);
    background-repeat: no-repeat;
    background-position: center top;
}

h1   {background-color: rgb(200,48,38); border-style:inset; font-family:"goudy old style"; font-size:30pt; color: rgb(255,255,255); text-align: center;}
h2   {background-color: rgb(50,185,0); border-style:inset; font-family:"goudy old style"; font-size:30pt; color: rgb(255,255,255); text-align: center;}
p    {font-family:"klinic"; font-size:14pt; color: rgb(85,50,55); text-align: justify}