body {
	font-family: Verdana, MS Sans Serif, Arial;
	font-size: 18px;
	font-weight : bold;
	background-attachment : fixed;
	color : White;
	scrollbar-face-color: white;
	scrollbar-shadow-color: grey;
	scrollbar-highlight-color: white;
	scrollbar-3dlight-color: grey;
	scrollbar-darkshadow-color: lightgrey;
	scrollbar-track-color: white;
	scrollbar-arrow-color: grey;
	background-color : #FF8080;
	background-image : url(../Image/backm.jpg);
}
A {
background: Yellow;
	font-family: Arial, Helvetica, sans-serif;
	color: Black;
	display: block;
	font-size : 18px;
}

A:HOVER {
	background: White;
	font-family: Arial, Helvetica, sans-serif;
	color: Blue ;
	display: block;
	font-size: 18px;
}


TABLE {

	font-family : Arial;
	color : Navy;
	font-weight : bold;
	text-align: center;
}

.nadpis {
	background-attachment : scroll;
	font-family : Arial;
	font-size : 15px;
	font-style : normal;
	font-weight : bold;
	color : Navy;
}
.nazev_m{
	background-attachment : scroll;
	font-family : Arial;
	font-size : 20px;
	font-style : normal;
	font-weight : bold;
	color : Yellow;
	text-align : center;
}
.stat {
	color : Black;
	font-family : Arial;
	font-size : 12px;
	font-weight : bold;
	text-align : center;
}
.tl {
text-decoration: none;
	background: Yellow;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	color: Black;
	display: block;
	font-size: 18px;
	border: thin outset Black;
	width: 170;
	height: 40;
	}
a.tlacitko{
	text-decoration: none;
	background: Yellow;
	font-family: Arial, Helvetica, sans-serif;
	color: Black;
	display: block;
	font-size: 18px;
	border: thin outset Black;
	width: 170;
}

a.tlacitko:link{
background: Yellow;
	color: Black;
	text-align: center;
	font-size : 18px;
}

a.tlacitko:visited{
	font-weight: bold;
	text-align: center;
	color: Navy;
	font-size: 18px;
	border-bottom: 2px solid black;
	background: Yellow;
}

a.tlacitko:hover{
	border-bottom: 2px double Yellow;
	color: red;
	text-align: center;
	font-size: 18px;
	background: White;
	border: thin inset Lime;
} 
a.tlacitko:active:first-child {
	color: Yellow;
	background-color: Red;
	text-align: center;
}

