<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body{    
      margin:0;
      padding:0;
      font-family: Arial, Helvetica, sans-serif;
      background:#fff url(https://kibo-webgallery.sourceforge.net/img/bcg.jpg) repeat-x top left;
      font-size:100%;  
      min-width:850px;            
}

 h3{
  	margin:0;	
  	font-size: 130%;
  	font-weight:normal;
  	color:#333;
	}

p {
    text-align: justify;
    font-family: serif ;
	}
	
ul li{
	 list-style:circle;
	 }	

code{display:block; 
	padding:5px ; 
	background: #eee; 
	margin: 5px 0; }
	
dd{margin-bottom:10px;}
	
.clear {clear:both;}	
.hidden {display: none;}
.line {border-bottom: 1px dotted #aaa;}
	
#header{
      height:150px;
      background:#3399ff url(../img/bgHeader.gif) repeat-x top left;
      border-bottom:1px solid black;
}	

#header .leftHeader{
        float:left; 
        width:185px;
        height:119px;
        background:url(../img/logo.gif) no-repeat top left;         
}

#header .middleHeader{
       float:left; 
       margin-left:10%;
        width:452px;
        height:148px;
        background:url(../img/title.gif) no-repeat top left;  
}

#header .rightHeader{
        float:right; 
        width:108px;
        height:96px;
        background:url(../img/sun.gif) no-repeat top right;       
}

#content{width:100%;}

#leftPanel{
          float:left;         
          width:25%; 
          
           }

#rightPanel{
            float:right;           
            width:75%;                       
            }
 
.space{
          padding:25px;
          }           
            
            
#mainNavigation ul{
          margin:0;
          padding:0; 
                   
}

#mainNavigation li{
        list-style:none;
        padding:0.5em  0 0.5em 30px;
        border-bottom: 1px solid #bbb;
}

#mainNavigation a{
        text-decoration:none;
      }

#footer{
	
	clear:both;	
}

#footer p{          
          font-size:85%;
          color:#999;
          margin:0;
          padding-bottom:10px;
          padding-right:25px;
          text-align:right;
          font-family: Arial, Helvetica, sans-serif;
          }  
          
#footer p a {
             color:#aaa;             
             }   
             
#footer p a:hover{
                 color:white;
                 } 
                 
                 
.headerImage {float:left; margin-right:20px;}
                 
.headerImage li{font-size: 70%; 
				color:#333;
				list-style:none;		
		    	}                 

.webGallery img{float:left;
				border:none;
				margin:10px;
				padding:5px;
				border:1px solid #666;
				}   
.fotoWebGallery {text-align: center;} 
 
.screen{float:right;
		margin:20px 0 10px 10px;
		padding:5px;		
		}
</pre></body></html>