BODY {background-color: black; 
scrollbar-3dlight-color:#F8C2D6; 
scrollbar-arrow-color:black; 
scrollbar-base-color:black; 
scrollbar-darkshadow-color:black; 
scrollbar-face-color:#F8C2D6; 
scrollbar-highlight-color:black; 
scrollbar-shadow-color:black}

.gallery img{border: 5px solid #F8C1D6; }

.thumbnailL{
position: relative;
z-index: 0;
}

.thumbnailL:hover{
background-color: transparent;
z-index: 50;
}

.thumbnailL span{ /*CSS for enlarged image*/
position: absolute;
background-color: #F8C1D6;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnailL span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnailL:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0;
left: 60px; /*position where enlarged image should offset horizontally */

}

.thumbnailR{
position: relative;
z-index: 0;
}

.thumbnailR:hover{
background-color: transparent;
z-index: 50;
}

.thumbnailR span{ /*CSS for enlarged image*/
position: absolute;
background-color: #F8C1D6;
padding: 5px;
right: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnailR span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnailR:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0;
right: 70px; /*position where enlarged image should offset horizontally */

}

td.fabric {width: "25%"; align: center; }

h1 { color: #F898C4; font-family: "century gothic"; font-size: 25px; font-weight: 100; margin-top: 5px;}
table.nav { margin-top: 5px;}

p { color: #F898C4; font-family: "comic sans ms"; padding: 0px 0px; text-indent: 0px; margin-left: 0px; }  

a:link { 
color: #F898C4; 
background-color: ;
text-decoration: none;
border: 0px solid white; 
font-family: "Century Gothic"; 

}
a:visited { 
color: #F898C4; 
background-color: ;
text-decoration: none;
border: 0px solid white; 
font-family: "Century Gothic"; 

}
a:hover {
color: #B7B1B1; 
background-color: ;
text-decoration: none;
border: 0px solid black; 
font-family: "Century Gothic"; 

}
a.nav:link { 
color: #B7B1B1; 
background-color: ;
text-decoration: none;
border: 0px solid white; 
font-family: "Century Gothic"; 

}
a.nav:visited { 
color: #B7B1B1; 
background-color: ;
text-decoration: none;
border: 0px solid white; 
font-family: "Century Gothic"; 

}
a.nav:hover {
color: #B7B1B1; 
background-color: ;
text-decoration: underline;
border: 0px solid black; 
font-family: "Century Gothic"; 
}

a.bnav:link { 
color: #FECEFE; 
background-color: ;
text-decoration: none;
border: 0px solid white; 
font-family: "Century Gothic"; 

}
a.bnav:visited { 
color: #FECEFE; 
background-color: ;
text-decoration: none;
border: 0px solid white; 
font-family: "Century Gothic"; 

}
a.bnav:hover {
color: #B7B1B1; 
background-color: #F8C2D6;
text-decoration: none;
border: 0px solid black; 
font-family: "Century Gothic"; 
}



a img {border: none; }
