table {
		width: 90%;
		border: 2px solid black;
		table-layout: auto;
		margin: auto;
}

td {
		border: 1px solid black;
		margin: 2px;
}

.podkresl { text-decoration: underline; }

.center { text-align: center; }

.mono { font-family: "Courier New", Courier, monospace; }

.ital { font-style: italic; }

.akap {
	text-indent: 20pt;
}
p{
	
}
body {
        color: black;
        font-style: normal;
        font-family: verdana,serif;
        background: #F9E7DF;
}
