body {
	font-family: tahoma, arial, sans-serif;
	font-size: small;
}

body {
	background-color: #000;
	color: #aaa;
	margin-left: 10px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
}

h2 {
  font-size: 1.2em;
}

h3 {
  font-size: small;
}

.style4 {
	font-weight: bold;
	color: #333333;
}

.style5 {
	color: #CCCCCC;
}

a:link {
	color: #999999;
	text-decoration: none;
}

a:visited {
	color: #999999;
}

a:hover {
	color: #FF0000;
}

hr {
    padding: 0;
    margin: 1.5em 0 1.5em 0;
    height: 0;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px groove #999;
    line: dashed;
}

.style14 {
  color: #000000
}

.style4tenky {
	color: #333333;
}

.style4tenky textarea, .style4tenky input {
	background-color: #ccc;
	width: 100%;
	border: none;
}

.style4tenky textarea {
	height: 8em;
}

.style4cerveny {
	font-weight: bold;
	color: #FF0000;
}

.style4sedy {
	font-weight: bold;
	color: #999999;
}

div.thumbnail {
  float: left;
  text-align: center;
  border: 1px solid #aaa;
  margin-right: 10px;
  margin-left: 0;
  margin-top: 0;
  margin-bottom: 10px;
}

div.nofloat {
  font-size: 1px;
  clear: both;
}