<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* WebHat Web Gallery: Simple Shadow Theme */
/* http://software.webhat.pl               */
   body
	{
 	 background-color: #C3C1C1;
 	 font-family: Arial;
         color: #9C9A9B;
         text-align:center; 	 
	}
   a
        {
         color: #9C9A9B;
         text-decoration: underline;
        }        
   a:hover
        {
         color: #C3C1C1;
         text-decoration: underline;   
        }
   img
        {
         border: 0px;
        }                	
   hr   
        {
         background-color: #D3D1D1;
         height: 1px;
         color: #D3D1D1;
         border: 0px;
         width: 80%;
         margin-top: 5px;
         margin-bottom: 5px;
         display: block;
        }
   table
        {
         margin: 0 auto;
         text-align: center;
         border: 0px;
        }            
   td
        {
         padding: 15px;
        }
   td:hover
        {
         background-color: #D3D1D1;
         color: black; 
        }                        	
   #container
        {
         margin: 0 auto;
         padding: 0 0;
         position: relative;        
         text-align: center;
         width: 760px;
         display: block;
         overflow: hidden;  
        }
   .top
       {
        display: block;
        background: #C3C1C1 url(img/top.jpg);
        margin: 0px;
        width: 100%;
        height: 70px; 
        text-align: center;
       }
   .title
       {
        padding-top: 20px; 
        font-weight: bold; 
        font-size: 30px;               
       }
   .description
       {
        padding-top: 10px;
        font-size: 15px;
        background: #C3C1C1 url(img/main.jpg);       
       }
   .foot
       {
        padding-top: 10px;
        font-size: 10px;    
       }   
   .main
       {
        display: block;
        margin: 0px;
        background: #C3C1C1 url(img/main.jpg);
        background-repeat: repeat-y;
        width: 100%;
        height: auto;
        text-align: center;
        padding-top: 15px;  
        padding-bottom: 15px;              
       }
   .navigation
       {
        font-size: 12px;
       }    
   .gallery
       {
        display: block;
        width: 100%;
        text-align:center;
        margin: 0 auto;
        height: auto; 
        
       }
   .table
       {
        display: table;
        width: 80%;
        margin: 0 auto;
        padding-top: 10px;
        height: 100%; 
        table-layout:fixed
       }
   .table-row
       {
       display: table-row;
       }        
   .pictitle
       {
        font-weight: bold;
        font-size: 12px;
        padding-top: 3px; 
       }   
   .picdesc
       {
        font-size: 12px;
        padding: 3px;  
       }
   .spacer
       {
       width: 100%;
       height: 5px;
       display: block;
       clear: both;
       }                
   .bottom
       {
        display: block;
        background: #C3C1C1 url(img/bottom.jpg);
        margin: 0px;
        width: 100%;
        height: 49px;
        font-size: 10px;
        text-align: center;
       }       	</pre></body></html>