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