body {
	color: #322;
	background: white;
	font: 10pt verdana, geneva, arial, helvetica, sans-serif;
	margin: 0;
	padding: 0;
}
table {	/*IE5 workaround*/
	font-size: 1em;
}
pre, tt, code, kbd, samp, input, textarea, td.textarea {
	font-family: andale mono, courier new, courier, monospace;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a img {
	border-style: none;
}
th {
	text-align: left;
}
#page {
	margin: 1ex;
	width: 20cm;
}
div.title {
	font-weight: bold;
	border-bottom: 1px solid black;
}
p.title {
	color: #f0784b;
	font-weight: bold;
}
ul li {
	list-style-image: url(/img/talex4/punktor.png);
}
#footer {
	margin-top: 1em;
}
.error {
	color: white;
	font-weight: bold;
}
.error span {
	background: red;
}

