body {
	font-family: sans-serif;
	font-size: 9px;
	color: Gray;
}
table {
	font-family: sans-serif;
	font-size: 11px;
	color: Black;
}

a {
	font-family: sans-serif;
	font-size: 11px;
	color: #006fb6;
}
a:hover {
	font-family: sans-serif;
	font-size: 11px;
	color: Red;
}
a:hover, a:focus, a:active, a:visited,a:link {
	border: Black;
}
h1 {
	font-family: sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 10px;
}
h2 {
	font-family: sans-serif;
	font-size: 10	px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	font-weight: normal;
}

.red {
  color: red;
}

#pocet-hlasu {
  font-weight: bold;
  color: red;
}
