body {
	background-color: #000000;
	font-family: courier;
	font-size: 1em;
}

td, th {
	font-family: Arial;
	font-size: 1em;
	line-height: 24px;

	
}

a {
	font-family: Arial;
	font-size: 11px;
	color: #FF8000;
}



/* Contact list */
.contact_list {
	font-family: Arial;
	font-size: 11px;
	line-height: 14px;
	color: #green;
}


input {
	font-size: 12px;
	font-family: Courier New, Courier, mono;
}


.button {
	FONT-SIZE: 12 px;
	font-family : Verdana, Arial CE, Arial, Helvetica, sans-serif;
	font-weight : bold;
	padding: 1px; margin-top: 2px; 
	background-color: #808A6D;
	color : #000000;
}




.sklo /* obecně každá jiná tabulka */ {
	border: 0px; 
  border-collapse: collapse;   
  width: 98%;
  margin: 15px;
  }

.sklo_td /* zvýrazněná buňky v libovolné tabulce */ {
  background-color: #000000;
}


