body {
  padding-left: 11em;
  
  font-family: Georgia, "Times New Roman",
          Times, serif;
		  
    color: yellow;
    background-color: #088A85 }

	h1 {
    font-family: Helvetica, Geneva, Arial,
          SunSans-Regular, sans-serif }

	ul.navbar {
	list-style-type: none;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 2em;
    left: 1em;
    width: 9em }
	
	ul.navbar li {
    background: yellow;
    margin: 0.5em 0;
    padding: 0.3em;
    }
  ul.navbar a {
    text-decoration: none }
  a:link {
    color: blue }
  a:visited {
    color: purple }
	
address {
    margin-top: 1em;
    padding-top: 1em;
    border-top: thin dotted }
	
img {
 border:0
 } 

.thumb {
 width:100px;
 height:75px; 
 margin:2px;
 float:left; 
 background-color:#D3D3D3; 
 display:block;
 } 

.thumb a {
 display:block;
 }

.thumb a:hover {
 position:absolute;	
 color:black;
 }	 
	
.thumb a img { 
 margin:0;
 padding:0;
 width:100px;
 height:75px; 
 }

.thumb a:hover img, .thumb a:focus img {
 position:relative;
 left:0px;
 top:100px;
 width:600px;
 height:450px;  
 } 
