body {
	background-color:beige;
	}
a {
	text-decoration: none;
	color: black;
}

A:hover { 
	color: white;
	}

table.szkielet {
	border:none;
	width: 100%;
	text-align:center; 
	}


td{ 
	background-color: burlywood;
	}

td.kom0{ 
	font-size: smaller;
	background-color: #E7CCA9;
	}
	
td.kom1{ 
	font-size: smaller;
	background-color: #E3C59B;
	}

td.kom2{
	font-size: smaller;
	text-decoration: line-through; 
	background-color: #D26060;
	}
	
th{ 
	background-color: #D2A260;
	}

input.menu{
	width: 220px;
	}
	
input[type="button"]{
	width: 98px;
	height: 28px;
	}

select.menu{
	width: 218px;
	}
