html, body {
  height: 100%; 
}

body {
  margin: 0;
  width: 100%;  
  height: 100%;  
  background: #6e4921;
  color: black;
}

table.Container {
 height: 100%;  
  text-align: center;
  border: 0;   
}

A {
	COLOR: black; TEXT-DECORATION: none
}
A:hover {
	COLOR: red; TEXT-DECORATION: none
}
A.design {
	COLOR: #EFEFEF; TEXT-DECORATION: none
}
A:hover.design {
	COLOR: #D8D8D8; TEXT-DECORATION: none
}

input {
	font-family : Verdana;
	font-size : 10px;
        border : thin solid red 1px;
        border-collapse : collapse;
        background-color : white;
}

textarea {
	font-family : Verdana;
	font-size : 10px;
        border : thin solid red 1px;
        border-collapse : collapse;
        background-color : white;
}
/* przewijanie */
