/* CSS Document */
A:link {
     color:#000000;
     text-decoration : none;
}
A:visited {
     color:#000000;
     text-decoration : none;
}
A:hover {
     color :#D93029;
     text-decoration:none;
}
A:link.news {
     color:#FFFFFF;
     text-decoration : none;
}
A:visited.news {
     color:#FFFFFF;
     text-decoration : none;
}
A:hover.news {
     color :#D93029;
     text-decoration : none;
}
A:link.bold {
     color:#FFFFFF;
     text-decoration : none;
}
A:visited.bold {
     color:#FFFFFF;
     text-decoration : none;
}
A:hover.bold {
     color :#D93029;}

body {
	font-family: Verdana;
	font-size: 14px;
	margin:0px;
	padding: 0px;
}

td {
	font-family: Verdana;
	font-size: 14px;
	margin:0px;
	padding: 0px;
    color:#000000;
}

img {
	border-color:#000000;
	border:none;
}

.ankieta
{
    font-family:Verdana;
    font-size:12px;
	margin:0px;
	padding: 0px;
    color:#000000;
    position: relative;
	visibility: hidden;
    z-index: 1;
}
div#naglowek {
margin:20px;
font-family: Veranda;
font-size:24px;
}
div#tekst_zwykly {
margin:20px;
font-family: Veranda;
font-size:14px;
}