/* CSS Document */
html { scrollbar-track-color: #EBF4E1;
scrollbar-face-color: #FEF4C3;
scrollbar-highlight-color: #FF9500;
scrollbar-3dlight-color: #FEC600;
scrollbar-darkshadow-color: #FF9500;
scrollbar-shadow-color: #FEC600;
scrollbar-arrow-color: #FF9500; 
}

body { 	background : #EBF4E1;
	font-family : Arial;
	font-size : 9pt;
	color: black;
	text-align : center;
}

.hidden {
background-color: transparent;
border-width: 0;
}

.hlavni { width: 650px;
         height: 650px;
}
.clanky { width: 360px;
         height: 650px;
}

p {font-family : Arial;
	 font-size : 9pt;
	 color: black;
	 text-align : justify;
}
a { font-weight: bolder; 
    text-decoration: none;
    color: black;
    font-size: 12pt;
    }
a:hover {color: orange; 
}
