#tekst {
	width: 800px;
	background-color: #FFFFFF;
	padding: 25px;
	margin: 0 auto;
}

p, ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #333333;
	line-height: 1.6em;
}

h1 {
	font-family: Calibri, Arial, sans-serif;
	font-size: 1.5em;
	color: #EC008C;
	text-align: center;
}

h2 {
	font-family: Calibri, Arial, sans-serif;
	font-size: 1em;
	color: #EC008C;
	text-align: center;
}

.best {
	color: #EC008C;
	font-style: italic;
}

.known {
	color: #0055A5;
	font-weight: bold;
}

.ben {
	font-weight: bold
}

.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #666666
}

a, a:visited {
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #5684FE;
	color: #0055A5;
}

a:hover {
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #5684FE;
	color: #003E75;
}