body {
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	color: Black;
	background: url("../obr/pozadi.jpg");
}
#home  {
	position: absolute; right: 10px; top: 15px;
}
.main  {
	text-align: center;
}
#table  {
	position: absolute; left: 20px; top: 10px;
}
tr  {
	background-color: #F0E68C;
}
tr.nadpis  {
	background: transparent;
	border: medium;
	font-size: 18px;
}
tr.zahlavi  {
	background: #FFD700; border: solid;
}
td.nazev  {
	width: 430px;
}
td.cislo  {
	width: 70px; text-align: center;
}
td.jmena  {
	width: 200px; margin-left: 10px;
}
td.body  {
	width: 60px; text-align: center;
}
td.test  {
	width: 60px; text-align: center;
}
td.poradi  {
	width: 60px; text-align: center;
}
h1  {
	font-size: 24px;
	text-align: center;
}
h6  {
	font-size: 12pt;
	text-align: center;
}
a {
	font-size: 12px;
	line-height: 14px;
	font-family: "Times New Roman", Times, serif;
	font-weight: bolder;
}
a:link img, a:visited img {
	border-style: none
}
a:visited {
	color: blue;
	border-style: none;
}
a:hover {
	color: red; text-decoration: none;
}
a:focus {
	background: blue; color: white;
}
p {
	font-family: "Super Black";
	text-align: justify;
	text-indent: 30px;
}	
p.table {
	font-family: "Super Black";
	line-height: 2px;
	text-indent: 0px;
}
ul  {
	margin-left: 20px;
	list-style-type: disc;
}
col  {
	background: Yellow;	
}