.text {
	font-family : Tahoma;
	font-size : 12;
	font-weight : normal;
	padding-left : 8;
	padding-right : 8;
	color : #000000;
}
.odkaz {
	font-family : Tahoma;
	font-size : 12;
	font-weight : bold;
	text-decoration : underline;
}
A.odkaz:hover {
	background-color: #000000;
	color: #FFFF80;
}

.pata {
	font-family : Tahoma;
	font-size : 10;
	font-weight : normal;
	padding-left : 8;
	padding-right : 8;
	text-align : center;
	color : #000000;
}
.odkaz_pata {
	font-family : Tahoma;
	font-size : 10;
	font-weight : bold;
	text-decoration : underline;
}
A.odkaz_pata:hover {
	background-color: #000000;
	color: #FFFF80;
}
.odkaz_pata2 {
	font-family : Tahoma;
	color: #FFFF80;
	font-size : 10;
	font-weight : bold;
	text-decoration : underline;
}
A.odkaz_pata2:hover {
	background-color: #FFFF80;
	color: #000000;
}
.nadpis {
	font-family : Tahoma;
	font-size : 18;
	font-weight : bold;
	padding-left : 8;
	padding-right : 8;
	text-align : center;
	color : #FFFF80;
}

body{
scrollbar-face-color: #000000;
scrollbar-shadow-color: #000000;
scrollbar-highlight-color: #000000;
scrollbar-3dlight-color: #000000;
scrollbar-darkshadow-color: #000000;
scrollbar-track-color: lightgrey;
scrollbar-arrow-color: #FFFF80;
}

