body
{
	background-color: White;
}

H1, H2, H3, H4, SPAN, DIV, P, A, UL, LI, INPUT, TD
{
	font-family: "verdana CE", "Arial CE", verdana, helvetica, arial, geneva, sans-serif;
	color: #000000;
	text-decoration: none;
}
H4, SPAN, DIV, P, A, UL, LI
{
	font-size: small;
}

A
{
	color: #322d7b; /*darkblue;*/
	text-decoration: underline;
}
A:hover, A:active
{
	color: #bd1115; /*darkred;*/
	text-decoration: underline;
}

#page
{
	text-align: center;
	margin: 3em auto 1em auto;
	width: 500px;
}
#detail
{
	text-align: left;
	margin: 2em auto 1em auto;
}
#detail #english
{
	float: left;
}
#detail #czech
{
	float: right;
}
