
body {
  background-image: url("032002background.jpg");
  background-repeat: no-repeat;
  padding-left: 11em;
  font-family:"Times New Roman",Times, serif;
  color: black;
  background-color: white
}
ul.navbar {
list-style-type: none;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 22em;
  left: 0em;
  width: 11.5em;
}
h1{
 position: absolute;
  top:1em;
  left:15em;
 font-size:2em; 
 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: #F0DCC5;font-size:.9em; font-weight: 700;}
a:visited {
background-color: white;
  color: purple; font-size:.9em; font-family:"Times New Roman",Times, serif; font-weight: 700;}
A:hover {
background-color: red;
color: #FF0000; font-size:.9em; font-family:"Times New Roman",Times, serif; font-weight: 700;}
address {
background-color: transparent;
  margin-top: 1em;
  padding-top: 1em;
  border-top: thin dotted 
}

//////////////
  <link rel="stylesheet" href="style.css">





