body {
   background: black;
}
.wsEd {
	font-family: arial, verdana, tahoma;
	font-size: 75%;
	line-height: 135%;
	color: #8f8f8f;
}

/* nadpisy */
.wsEd h2 {
	color: #8f8f8f;
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 105%;
}
.wsEd h3 {
	color: #8f8f8f;
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 100%;
}
.wsEd h4 {
	color: #8f8f8f;
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 100%;
}


/* zoznamy */
.wsEd ul {
	padding-left: 25px;
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #8f8f8f;
}
.wsEd ul li {
	
}
.wsEd ol {
	padding-left: 25px;
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #8f8f8f;
}

/* odkazy */
.wsEd a:visited {
	font-weight: normal;
	color: #86232a !important;
}
.wsEd .table th a {
	color: white !important;
}
.wsEd .table th a:visited {
	color: white !important;
}
.wsEd a {
	font-weight: normal;
	color: #86232a !important;
	text-decoration: none;
}
.wsEd a:hover {
	text-decoration: none;
}
.wsEd a img {
	border: 0px;
	font-weight: normal;
	font-size: 80%;
}

/* vseobecne klasy */
.wsEd cite {
	color: #86232a;
	font-size: 100%;
}
.wsEd .perex {
	font-weight: bold;
	font-size: 105%;
}
.wsEd p {
	margin: 0px;
}
.wsEd .preformat {
	font-family: courier;
	font-size: 12px;
}
.wsEd acronym {
	border-bottom: 1px dashed red;
	color: #8f8f8f;
	cursor: help;
}
.wsEd blockquote {
	margin: 0px;
	padding-left: 20px;
}


/* tabulky */
.wsEd table {
	font-size: 100%;
	color: #8f8f8f;
}
.wsEd .table {
	border-collapse: collapse;
	border: 0px;
}
.wsEd .table td, .wsEd .table th {
	border: 0px;
	padding: 6px;
	padding-left: 15px;
	padding-right: 15px;
	text-align: left;
	background-color: #572e32;
	border: 1px solid black;
}
.wsEd .table th {
	background-color: #7f1820;
}
.wsEd .table th a {
	
}
.wsEd .table .lited td {
	background-color: #292929;
}
.wsEd .table .foot td {
	background-color: #7f1820;
}             

