body{
	margin: 5;
	padding: 0;
	background-color: white;
	font-size: 11px;
}

*{
	font-family: Verdana, Arial, Tahoma, sans-serif;
	font-size: 100%;
	/*color: black;*/
}

p{
	margin-top:0;
  margin-bottom:0;
}

a{
	color:#3366FF;
  text-decoration:none
}

a:hover{
	color:white;
  text-decoration:none;
  background-color:navy
}

a.menu {
	font-weight:bold;
  color:#3366FF;
  text-decoration:none}

a.menu:hover {
	text-decoration:none;
  color:navy;
  background-color:white
}

hr{
	color: #3366FF;
	height: 1px;
	border: none;
	border-bottom: 1px dotted #3366FF;
}

h1{
	text-align:center;
  color:white;
  font-size:large;
  font-weight:bold;
  margin-top:0;
  margin-bottom:0
}

h2{
	text-align:center;
  color:black;
  font-size:x-small;
  font-weight:bold;
  margin-top:0;
  margin-bottom:0
}

form{
	margin-top:0;
  margin-bottom
}

input {
	font-family:Verdana,Tahoma,Arial,sans-serif;
  font-size:11px;
  border: #000000 1px solid;
  background-color: #CCCCCC;
  color:black
}

.button{
	border: navy 1px solid;
  background-color: #3366FF;
	color: white
}

textarea {
	font-family:Verdana,Tahoma,Arial,sans-serif;
  font-size:11px;
  border: #000000 1px solid;
  background-color: #CCCCCC;
  color:black
}

.center{
	text-align: center;
}

.left{
	text-align: left;
}

.right{
	text-align: right;
}

.white{
	background-color: white;
}

.blue {
	background-color: #6699FF;
}

.bila{
	color: white;
}

.cervena{
	color: red;
}

.zluta{
	color: olive;
}

.reklama{font-size:80%;}
