BODY {
	color : #000000;
	font-family : Arial, Helvetica, sans-serif;
}
IMG.LOGO {
	clear : both;
}
A {
	font-weight : bold;
	color : Black;
	text-decoration : none;
}
A:HOVER {
	color : Blue;
	text-decoration : underline;
}
A.MAIL {
	color : Black;
}
A.MAIL:HOVER {
	color : Blue;
}
H1 {
	font-size:larger;
	text-align : center;
	letter-spacing : 5px;
	background-color : #acedfd;
	width : 85%;
	margin-left : 90px;
}
DIV.DOTAZ {
	clear:both;
	font-weight : bold;
}
DIV.ODPOVED {
	clear:both;
}
DIV.NAZEV {
	width:90px;
}
DIV.TEXT {
	width : 85%;
	margin-left : 90px;
}
DIV.DOTAZ DIV.TEXT {
	background-color : #acedfd;
	padding : 2px;
}
DIV.ODPOVED DIV.TEXT {
	border-bottom : 1px solid Blue ;
	padding-bottom : 10px;
	margin-bottom : 10px;
}
