/* CSS Document */

body {
margin:0;
padding:0;
background-color:#FFFFFF;
}

img {
border:0;
padding:0;
margin:0;
}

a:link {
text-decoration: none;

}

a:visited {
text-decoration: none;

}

a:hover {
text-decoration: none; 
}

a:active {
text-decoration: none; 
}

a.czarny:link {
text-decoration: none;
color:#000000;

}

a.czarny:visited {
text-decoration: none;
color:#000000;

}

a.czarny:hover {
text-decoration: underline; 
color:#000000;
}

a.czarny:active {
text-decoration: none; 
color:#000000;
}

a.szary:link {
text-decoration: none;
color:#BAB9B9;
}

a.szary:visited {
text-decoration: none;
color:#BAB9B9;
}

a.szary:hover {
text-decoration: underline; 
color:#BAB9B9;
}

a.szary:active {
text-decoration: none; 
color:#BAB9B9;
}