a:link { 
color : #990000; 
} 
a:visited { 
color : #d70000; 
} 
a:hover { 
color : #ff0404; 
} 
a:active { 
color : #9933ff; 
} 
body {
margin-top: 0;
margin-bottom: 0;
margin-right: 0;
margin-left: 0;
}
.style1 {
color: #FFFFFF;
}
img{ 
border:0; 
} 
.thumbnail{
position: relative;
z-index: 0;
}
.thumbnail:hover{
background-color: transparent;
z-index: 50;
}
.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
padding: 5px;
left: -1000px;
border: 0;
visibility: hidden;
color: black;
text-decoration: none;
}
.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 0px;
}
.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: -300px;
left: 60px; /*position where enlarged image should offset horizontally */
}
#rightbg1 {
 background-image:url(photos/rightbg.png);
 background-repeat:repeat-y;
 background-position:right;
 }
 #leftbg1 {
 background-image:url(photos/leftbg.png);
 background-repeat:repeat-y;
 background-position:left;
 }