body {
  padding-left: 21em;
  font-family: Georgia,
        "Times New Roman",
        Times,
		serif;
	color: black;	
  background-color: grey;
  
 }
 
img {
    border: 0px solid  ;
	 : center ;
        
} 
 
 
ul.navbar {
  list-style-type: none;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 10em;
  left: 5em;
  width: 9em; }
h1 {
  font-family: Helvetica, Geneva, Arial,
        SunSans-Regular, sans-serif;
  color: black;
  background-color: #23B8B3;
  text-align: center;
  font-size:30px;
  border: 5px solid yellow ;
  border-radius: 30px;
  border-style: outset;
   }
h2 {grey
  font-size:18px;
  font-family: SunSans-Regular, sans-serif ;
  text-align: center;
  color: black;
  background-color: #23B8B3;
   border: 3px solid yellow ;
  border-radius: 15px;
  border-style: outset;
 
   }
h3 {
  font-family: Times, SunSans-Regular, sans-serif ;
  text-align: center;
  color: black;
  background-color: grey;
  font-size:16px;
  border: 2px solid yellow ;
  border-radius: 10px;
  border-style: outset;
 
   }

ul.navbar li {
  background: #23B8B3; 
  margin: 0.5em 0;
  padding: 0.3em;
   border: 4px solid yellow ;
   border-radius: 15px;
   border-style: outset ;
}
}
ul.navbar a {
  text-decoration: none }
a:link {
  color: black;  }
a:visited {
  color: red }
address {
  margin-top: 1em;
  padding-top: 1em;
  border-top: thin dotted }