
h1  {
	font-size : 25pt;
	font-family : "Helvetica","Arial";
	font-weight : bold;
	color : #000C00;
}
h2 {
	font-size : 15pt;
	font-family : "Helvetica","Arial";
	font-weight : bold;
	color : #333333;
}


.popisek {
	font-size : 9pt;
	font-weight : bold;
	font-family : "Helvetica","Arial";
	text-align: center;
	color : #797979;
}

h3  {
	font-size : 16pt;
	font-family : "Helvetica","Arial";
	font-weight : bold;
	color : #333333;
}


A{
	text-decoration:underline;
	color : #20206F;

}
A:Hover{
	text-decoration:underline;
	color : #3434CF;
}

