html body {
	position: static; width: auto; height: auto;
   padding: 0; margin: 0; 
   font-size: 13px; color: #FFFFFF;
	font-family: Trebuchet MS;
	line-height: 20px;

	background-color: #000000;
	

}


.stopka {
	font-size: 11px;
	text-align: center;
	margin: 2px;
}

a:link, a:visited {
	 color: #E7D5C2;
	 
	 text-decoration: none;
	 

}

a:hover {
	 color: #D2B393;
    text-decoration: underline;
   
}
