
body {
  background-image: url("images/menu_image.jpg");
  background-repeat: no-repeat;
  padding-left: 15em;
  font-size:1em; 
  font-family:"Times New Roman",Times, serif;
  color: #FFE7B3;
  background-color: #2E1500
}
ul.navbar {
list-style-type: none;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 3em;
  left: 1em;
  width: 11.5em;
}
h1{
 position: absolute;
  top:1em;
  left:15em;
 font-size:1em; 
 font-family:"Times New Roman",Times, serif; 
  text-decoration: none
}
ul.navbar li {
background-color: transparent;
  margin: 0em;
  padding: 0em;} 
ul.navbar a {
  text-decoration: none}
a:link {
  font-family:"Times New Roman",Times, serif;
  background-color: transparent;
color: #FFCC33;font-size:1.2em; font weight:700}
a:visited {
background-color: transparent;
  color: #CC9933; font-size:1.2em; font-family:"Times New Roman",Times, serif;}
A:hover {
background-color: transparent;
color: #FFFFCC; font-size:1.2em; font-family:"Times New Roman",Times, serif;}
address {
background-color: transparent;
  margin-top: 1em;
  padding-top: 1em;
  border-top: thin dotted 
}

//////////////
  <link rel="stylesheet" href="style.css">





