/* Zaklad */
BODY {
font-size : 13px;
color : black;
font-family : Arial;
background-color: #000000;
text-align : center;
background-repeat: repeat-x;
background-position: top;
margin:0; 
padding:0;
}

.black {
color : #000000;
font-size: 18;
background-color: #ffffff;
text-decoration : none;
}

.black:hover {
color : #ffffff;
text-decoration : none;
background-color: #E30E8A;
font-size: 18;
}
