h1 { font-size: 150%;  color: #0000FF}
h2 { font-size: 100%;  color: #0000FF}
h3 { font-size: 100%;  color: #0000FF}

body { font-family: Verdana, sans-serif;  color: #000000}
h1,h2.h3 { font-family: Arial, "Times New Roman", serif; }


:link { color: #0000FF }  /* for unvisited links */
  :visited { color: #008080 } /* for visited links */
  a:hover { color: #00FFFF } /* when mouse is over link */
  a:active { color: #800000 } /* when link is clicked */
  
  #gallery {
	position:relative;
	width:750px;
	
}
#thumbs {width:400px; float:right;}
#thumbs a {display:block; float:left; margin:0 0 5px 5px; width:70px; height:50px; border:1px solid #000;}
#thumbs a img {width:70px; height:50px; border:0;}
#thumbs a:hover {border-color:#ddd;}
#thumbs a:hover img {position:absolute; width:auto; height:auto; right:400px; top:0; border:1px solid #333;}

#photogallery {
	position:relative;
	width:750px;
	
}
#pics {width:400px; float:right;}
#pics a {display:block; float:left; margin:0 0 5px 5px; width:70px; height:50px; border:1px solid #000;}
#pics a img {width:70px; height:50px; border:0;}
#pics a:hover {border-color:#ddd;}
#pics a:hover img {position:absolute; width:auto; height:auto; right:400px; top:0; border:1px solid #333;}

#pictures {
	position:relative;
	width:750px;
	
}
#photos {width:400px; float:right;}
#photos a {display:block; float:left; margin:0 0 5px 5px; width:70px; height:50px; border:1px solid #000;}
#photos a img {width:70px; height:50px; border:0;}
#photos a:hover {border-color:#ddd;}
#photos a:hover img {position:absolute; width:auto; height:auto; right:400px; top:0; border:1px solid #333;}