body {
	background-color: #007DC3;
	margin: 2pt;
	font-family: Verdana;
	font-size: 10pt;
	color: #000000;
}
table { font-family: Verdana; font-size: 8pt; color: #000000; }
a { color: White; text-decoration: none; font-weight : bold;}
:hover{
	text-decoration: underline;
	font : bold;
	color : Maroon;
}
.top{
	border: 2pt solid Black;
	background-color: #00009C;
	background-repeat : repeat;
	text-align : left;
	vertical-align : top;
	font : bold;
	font-weight : bold;
	color : white;
}
.left{
	border: 2pt solid Black;
	background-color: #0048FF;
	background-repeat : repeat;
	text-align : left;
	vertical-align : top;
	font : bold;
	font-weight : bold;
}
.normal{
	border: 2pt solid Black;
	background-color: transparent;
	background-repeat : repeat;
}
.odkaz{
	border: 2pt solid Navy;
	background-color: #0031CE;
	color : White;
	font-weight : bold;
}
.img {
	border: thin solid Navy;
}