html, body {
     background-color: blue;
     background-image: url(_tlo_domyslne.gif);
     background-repeat: repeat;
     font-family:  Verdana, Arial, Helvetica, sans-serif;
     font-size: small;
     font-weight: normal;
     color: BLACK;
     text-indent: 0;
     width: 981px;
     padding: 0;
     height: auto;
     
     }
   
a:link {
color: BLACK;
text-decoration: none;
}

a:visited {
color: NAVY;
text-decoration: none;
}

a:hover {
color: RED;
text-decoration: underline;
}
     

#NAGLOWEK {
     background-color: #99C9FF;
     padding: 5px;
     text-align: center;
     color: navy;
     width: 970px;
     }
#MIGRACJA {
     background-color: #FFCF00;
     padding: 5px;
     text-align: center;
     color: navy;
     width: 970px;
			border: 1px;
		border-style: groove;

}
     
#INFORMACJE { 
     background-color: #99C9FF;
     border: 1px;
     padding: 6px;
     text-align: center;
     color: black;
     border-style: groove;
     
     }
     
#INFORMACJE2 { 
     
     border: 0;
     padding: 0;
     text-align: center;
     color: black;
     border-style: none;
     width: 100%;
     }
     
     
#STOPKA {
     clear: both;
     width: 970px;
     overflow: hidden;
     background-color: #99C9FF;
     text-align: center;
     padding: 5px;
     float: left;
     }     
     
#MENU {
     background-color: #C3D9FF;
     width: 160px;
                     height: 700px; 
     padding: 7px;
     float: left;
     overflow: auto;
     line-height: 2.3em;
     text-indent: 0;
     }

#KOL1 {
     background-color: #C3D9FF;
     width: 476px;
                     height: 700px; 
     padding: 7px;
     float: left;
     overflow: auto;
     line-height: 2em;
     text-indent: 0;
     }
     
     
#KOL2 {
     background-color: #C3D9FF;
     width: 477px;
                     height: 700px; 
     padding: 7px;
     float: right;
     overflow: auto;
     line-height: 2em;
     text-indent: 0;
     }


