
/* Czech */
/* Font testing displays all chars used by Czech with the exception  */
/* of ligatures ? ? ? ? ? ? ? ? ?  ? ? which only displays with arial unicode ms  */

body { color: #000000; font-family: arial unicode ms; }
td, p  { color: #000000; font-family: arial unicode ms; }
h1 {
	font-size: 30px;
	color: #000066;
	font-family: arial unicode ms; 
	margin-right: 11px;
	text-align: right;
}
h2 {
	font-size: 18px;
	color: #000066;
	font-weight: normal;
	font-family: arial unicode ms;
	border-bottom-color: #000066;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	width: 408px;
}
.title {
	font-size: 22px;
	font-weight: normal;
	font-family: arial unicode ms;
}
.intro {
	font-size: 80%;
	color: #000066;
	font-weight: bold;
	margin-left: 35px;
	margin-right: 35px;
}
.fnt {
	font-size: 80%;
}
.cap {
	font-size: 12px;
	color: #000066;
	font-weight: bold;
	text-align: right;
}

/* these two are for spacing of paragraphs around indented image */
.end {
	margin-bottom: 12px;
}
.new {
	margin-top: 12px;
}

.linktext {font-size: 12px; font-family: arial unicode ms; }
.appeared {font-size: 12px; color: #ffffff;  font-family: arial unicode ms; }
a:hover {color: #0033ff; font-family: arial unicode ms; }
