html,body
{  
  font-family: "Tahoma", "Helvetica CE", Arial, helvetica, sans-serif;
  background-color: #BDAB9C;
  font-size: 90%;

}


/* ------------- tabulky a statistika ------------- */  
table {
  /*font-size: 85%;*/
  font-family: Arial, sans-serif;
  margin: 10px auto;
  border-spacing: 0px;
  border-collapse: collapse;
  }

table th, table td {
  padding: 5px;
  border: 1px solid #dcdcdc;
  }

table th {
  text-align: center;
  background-color: #F6F6F6;
  }
  
  
h1, h2, h3 {
	font-family: Arial, sans-serif;
	font-size: 130%;
	letter-spacing: 1px;
	/*text-transform: uppercase;*/
	font-weight: bold; 
	padding: 20px 20px 20px 20px;
}


