body {background-color: #FFFFFF;
	color: #00008b;
	font-family: Verdana, Arial, sans-serif; }
header { background-color: #008b8b;
	text-align: center; }
h1 {line-height: 200%; }
h2 { color: #3131cc;
	font-family: Georgia, serif; }
#gallery { position: relative; }
#gallery ul { width: 250px; 
             list-style-type: none; }
#gallery li { display: inline; 
              float: left; 
			  padding: 10px; }
#gallery img { border-style: none; }
#gallery a { text-decoration: none; 
             color: #333; 
			 font-style: italic; }
#gallery span { display: none; }    
#gallery a:hover span { display: block; 
                        position: absolute;
					    top: 10px; 
						left: 300px; 
						text-align: center; }