html, body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	background-color: #FFEB9B;
	text-align: justify;
}
html {
	background-image: url(img/sova.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
body {
		margin-right: 400px;
}
table {
	font-size: 8pt;
	border: 2px solid black;
	border-collapse: collapse;
}
td, th {
	border: 1px solid black;
	text-align: center;
	padding: 0.5ex;
}
th {
	background-color: #DDDDDD;
}
td {
	background-color: white;
	text-align: left;
}
img {
	margin: 1ex;
}
p {
	text-align: justify;
}
.medailonek {
	width: 100px;
	height: 105px;
	border: 2px solid black;
	padding: 0.5ex;
	text-align: center;
	background-color: white;
	margin: 0.5ex;
	float: left;
}
.mpopisek {
	text-align: left;
}

