/* reset */

h1, h2, h3, h4, h5, h6 { font-weight: normal;}
address, abbr { font-style: normal; }
html, body, form, fieldset { margin: 0; padding: 0; }
h1, h2, h3, h4, h5, h6, p, pre, blockquote, ol, dl, address { margin: 0; padding: 0; }
form, input, select, textarea, h1, h2, h3, h4, h5, h6 {
	font-size: 200%;
	font-weight: bold;
}
form label { cursor: pointer; }
ol, ul {
	list-style-type: disc;
}
caption, th { text-align: left; }
table { border-collapse: collapse; border-spacing: 0; }
img { border: none; }
a {outline: none;}

#tekst a {
	text-decoration: underline;
	color: #000000;
}
#tekst a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
