body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

h1 {
	text-align: center;
}

.cekat {
	clear: both;
}

.blok {
float:left;
display: block;
width:500px;
overflow: auto;
height: 200px;
margin: 10px;
}

.nadpis {
	text-align: center;
	font-weight: bold;
}

	a {

			text-decoration: none;

			font-weight:bold;

		}



		a:link {

			color: #000099;

			font-family : Arial;

			font-size : 13px;

			}



		a:visited {

			font-family : Arial;

			font-size : 13px;

			color: #000099;

		}





		a:hover {

			text-decoration: underline;

			color: black;

			}
