A {  color: white; text-decoration: none; }
A:hover {  color: black; text-decoration: uuunderline;   }

.a {  color: black; text-decoration: none; }
.a:hover {  color: BROWN; text-decoration: none;   }

.naucz {  color: black; text-decoration: none; }
.naucz:hover {  color: BROWN; text-decoration: underline;   }


.men { FONT-FAMILY: Verdana; color: BLACK; FONT-SIZE: 10px; text-decoration: none;}
.men:hover { FONT-FAMILY: Verdana; color: WHITE; FONT-SIZE: 10px; text-decoration: nunderline;   }



.link { FONT-SIZE: 30px; COLOR: #000000; FONT-FAMILY: Times New Roman;}
.link:hover { FONT-SIZE: 30px; COLOR: yellow; FONT-FAMILY: Times New Roman; font-weight: bolder;}

.link2 {  color: black; text-decoration: none; }
.link2:hover {  color: BROWN; text-decoration: underline;   }


.link3 {  color: brown; text-decoration: none; }
.link3:hover {  color: black; text-decoration: underline;   }



.text { FONT-SIZE: 13px; COLOR: #000000; FONT-FAMILY: Comic Sans MS;}

.mapa {  color: white;  FONT-SIZE: 14px; FONT-FAMILY: Verdana;}
.mapa:hover {  color: black;  FONT-SIZE: 14px; FONT-FAMILY: Verdana; text-decoration: underline; }

.a2 {  color: red; text-decoration: none; }
.a2:hover {  color: black; text-decoration: uuunderline;   }

BODY{
SCROLLBAR-FACE-COLOR: #996633;
SCROLLBAR-HIGHLIGHT-COLOR: #CC9933;
SCROLLBAR-SHADOW-COLOR: #999999;
SCROLLBAR-3DLIGHT-COLOR: #CC9933;
SCROLLBAR-ARROW-COLOR: #663300;
SCROLLBAR-TRACK-COLOR: #CC9933;
}