


/* 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; }

/* French, German should drop font-size to 24px; Italian and Spanish may choose to drop to 24px */
h1 { 
	font-size: 28px;
	color: #B84135;
	font-family: arial unicode ms;
}
h2 {
	font-size: 16px;
	color: #B84135;
	font-family: arial unicode ms;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
}
.cap { 
	font-size: 80%;
	font-weight: bold;
	color: #B84135;
	margin-top: 0px;
	text-align: center; 
}
ul {
	margin-bottom: 10px;
	margin-right: 10px;
	list-style-image: url(/images/20030208/bullet.gif);
}
ul li {
	font-size: 90%;
	margin-bottom: 5px;
}

.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; }
