body {
	margin: 0;
	padding: 0;
	font: 12px Verdana, sans-serif;
	color: White;
	background: #150505;
}
table,tr,td {
	border: 0;
	margin: 0;
	padding: 0;
	font: 10px Verdana, sans-serif;
	background: #150505;
}
.in {
	margin: 0 2px 0 2px;
	padding: 0.5em 0.5em 0.5em 0.5em;
	border: thin ridge Gray;
	background: #150505;
}
.small {
	font-size: xx-small;
}
.centr {
	text-align: center;
}
.right {
	text-align: right;
}
.left {
	text-align: left;
}
.top {
	vertical-align: top;
}
input {
	font-size: x-small;
	border: thin groove;
}
textarea {
	font-size: small;
	border: thin groove;
}
a {
	text-decoration: none;
	color: #f0ee27;
}
a:hover {
	text-decoration: none;
	color: gray;
}
img {
	border: 0;
}
h4 {
	font-size: 1em;
	margin: 0.5em;
}
.chyba {
	font-weight: bold;
	color: red;
}
.ok {
	font-weight: bold;
	color: #00FF00;
}
.inf {
	color: silver;
	font-style: italic;
}
.chat1 {
	background: Black;
}
.cerv {
	color: #FF3333;
}
.zele {
	color: #00FF00;
}
.zlut {
	color: Yellow;
}
.modr {
	color: dodgerblue;
}