BODY {
font-family: Arial;
color: green;
background-color: #76B705;
scrollbar-face-color: green;
scrollbar-highlight-color: #DEEEF6;
scrollbar-shadow-color: #DEEEF6;
scrollbar-3dlight-color: #3071BD;
scrollbar-arrow-color: #DEEEF6;
scrollbar-track-color: #DEEEF6;
scrollbar-darkshadow-color: #3071BD;
}

.data {
font-size: 8pt;
font-family: Arial;
color: black;

}

.srodek {
font-size: 8pt;
background-color: white;
text-align: justify;
}

.center1 {
font-size: 8pt;
background-color: #CBE4F1;
text-align: center;
font-weight: bold;
}
.center2 {
font-size: 8pt;
background-color: #ABD2E6;
text-align: center;
font-weight: bold;
}

.srodek2 {
font-size: 8pt;
background-color: white;
text-align: justify;
}

.oddzialy {
font-size: 8pt;
}

.adres1 {
font-size: 8pt;
background-color: #CBE4F1;
}
.adres2 {
font-size: 8pt;
background-color: #ABD2E6;
}

.miasta{
font-size: 8pt;
font-weight: bold;
}


.naglowek {
font-size: 8pt;
font-weight: bold;
background-color: #CEF78C;
}


H1 {
font-family: Arial;
font-size: 8pt;
}


p {
text-indent:20px;
}



A.link {
font-size: 8pt;
font-weight: bold;
text-align: center;
border: 1px dotted #ABCFE3;
width: 25mm;
background-color: #D2E6F0;
padding: 1px;
}
A.link:HOVER {
background-color: #ABCFE3;
border: 1px dotted #3071BD;
color: #FF0000;
}
A:visited {
text-decoration: none;
color: green;
}
A:link {
text-decoration: none;
color: green;
}
A:hover {
text-decoration: underline;
color: orange;
}



A.intro.link:HOVER {
font-size: 8pt;
background-color: #ABCFE3;
border: 1px dotted #3071BD;
color: #FF0000;
}
A.intro:visited {
font-size: 8pt;
text-decoration: none;
color: white;
}
A.intro:link {
font-size: 8pt;
text-decoration: none;
color: white;
}
A.intro:hover {
font-size: 8pt;
text-decoration: underline;
color: orange;
}


.toggleopacity img{
filter:alpha(opacity=0);
-moz-opacity:1;
opacity:1;
}

.toggleopacity:hover img{
filter:alpha(opacity=100);
-moz-opacity:0.8;
opacity:0.8;
}
