body {
background : #FFF2FB;
background-image : url('http://www.kimeiko.net/xaidezignz/images/background2.jpg');
background-repeat : no-repeat;
background-position: top left;
background-attachment : fixed;
}
h1 {
color : #000000;
font-family : Georgia, sans-serif;
}
h2 {
color : #000000;
font-family : Georgia, sans-serif;
}
p {
color : #000000;
font-family :  Verdana, sans-serif;
}
.menutext{
  font-size: medium;
  color: #000000;
  font-weight: bold;
}
a:link {
color : #000000;
}
a:visited {
color : #FF66CC;
text-decoration : line-through;
}
a:hover {
color : #FF66FF;
text-decoration : underline overline;
}
a:focus {
color : #ff66ff;
text-decoration : underline overline;
}
a:active {
color : #FF66CC;
text-decoration : underline overline;
}
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.thumbnail{
position: relative;
z-index: 0;
}
.thumbnail:hover{
background-color: transparent;
z-index: 50;
}
.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: #FF66CC;
padding: 5px;
left: -1000px;
border: 1px dashed black;
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 on hover*/
visibility: visible;
top: 0;
left: 60px; /*position where enlarged image should offset horizontally */
}
.header { 
font-family: Verdana; 
font-size: 12px; 
color: #000000;
border: #000000; 
border-style: dotted; 
border-top-width: 1px; 
border-right-width: 1px; 
border-bottom-width: 1px; 
border-left-width: 1px
}