body { font-family: Verdana, sans-serif; }
p { font-size: 15px; }
h1 { font-size: 25px; color: #89c}
h2 {
 display: block;
 width: 200px;
 font-size: 16px;
 margin-top: 2px;
 background-color: #bcf;
 color: white;
 text-indent: 14px;
 font-weight: bold;
 padding: 3px;
 border-color: #bcf;
 border-width: 0px;
 border-style: solid;
 border-right-width: 10px;
}
h2:active {
 border-color: white;
 border-right-width: 0px;
 border-left-width: 10px;
 background-color: #abe;
}
h2+div {
	display: block;
	visibility: hidden;
	position: absolute;
	top: 50px;
	left: 240px;
	width: 560px;
	background-color: white;
}
h2:active+div, h1+h2+div {
	visibility: visible;
}
span#pouceni { font-weight: bold; }

