a:hover {
	font-family: arial, helvetica, sans-serif;
	font-size: 10pt;
	text-decoration: underline;
	color: red;
}
a:link {
	font-family: arial, helvetica, sans-serif;
	text-decoration: none;
	font-size: 10pt;
	color: blue;
}
a:visited {
	font-family: arial, helvetica, sans-serif;
	font-size: 10pt;
	text-decoration: none;
	color: blue;
}
body {
	font-family: arial, helvetica, sans-serif;
	font-size: 10pt;
	background-color: #DDDDDD;
}
pre {
	font-family: courier, fixed, monospace;
	font-size: 10pt;
}
table {
	font-family: arial, helvetica, sans-serif;
	font-size: 10pt;
}
input {
	border-color: #3161bd;
	border: 1pt;
	border-style: solid;
	background-color: #EEEEEE;
}

.button {
	font-weight: bold;
	background-color: #3161bd;
	border-color: #2F2D6A;
	color: white;
}
.link:hover {
	font-family: arial, helvetica, sans-serif;
	font-size: 10pt;
	text-decoration: underline;
	color: red;
}
.link:link {
	font-family: arial, helvetica, sans-serif;
	text-decoration: none;
	font-size: 10pt;
	color: blue;
}
.ramnadpis {
	font-family: arial, helvetica, sans-serif;
	text-decoration: none;
	font-size: 11pt;
	font-weight: bold;
	color: white;
}
.hlaska {
	font-weight: bold;
	font-size: 10pt;
	font-family: arial, helvetica, sans-serif;
}
.chybhlaska {
	color: red;
	font-family: arial, helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
}


