body{

	padding-left:0px;
	font-family: arial, "lucida console", sans-serif;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

A:link {color: blue; text-decoration: underline; background:#ffffff;}
A:visited {color: blue; text-decoration: underline; background:#ffffff;}
A:hover	{color: red; text-decoration: underline; background:#ffffff;}
A:active {color: blue; text-decoration: underline; background:#ffffff;}

.small{font-size: 10px;}

.title{font-size: 12px; background-color:#ffffff; color:#808080;}

p {
	text-align: justify;
}


#menu a, #menu a:visited { font-size: 10px;
  position:relative;
  text-decoration:none; 
  text-align:center; 
  background-color:#b0c4de; 
  color:#fff; 
  display:block; 
  width:10em; 
  border:2px solid #fff;
  border-color:#def #678 #345 #cde;
  padding:0.5em;
  margin:0.5em auto;
  }

#menu a:hover { font-size: 10px;
  top:2px;
  left:2px;
  color:#000;
  border-color:#345 #cde #def #678;
  background-color:#9ab;
  }

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.gallerycontainer{
position: relative;
/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

.thumbnail img{
border: 1px solid white;
margin: 0 5px 5px 0;
}

.thumbnail:hover{
background-color: transparent;
}

.thumbnail:hover img{
border: 1px solid blue;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: #ffffe0;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image*/
visibility: visible;
top: 0;
left: 230px; /*position where enlarged image should offset horizontally */
z-index: 50;
}
