* {
padding: 0;
margin: 0;
}

body {
	background: url('grafiki/tlo.png') repeat fixed left bottom;
	font: 14px arial; 
	color: #CACACA;
	text-align: center;
	margin-top: 0px;
	margin-left: 0px;
}



table {
	align: top center;
	font: 20px georgia;
	text-align: center;
	color: #ffffff;
}



A:link {
       color: #cacaca;
       font: 27px georgia;
       text-decoration: none;
       font-weight: normal;
       font-style: normal;

}

A:visited {
       color: #cacaca;
       font: 27px georgia;
       text-decoration: none;
       font-weight: normal;
       font-style: normal;
}

A:hover {
       color: #C7792D;
       font: 27px georgia;
       text-decoration: none;
       font-weight: normal;
       font-style: normal;

}

A:active {
       color: #C7792D;
       font: 27px georgia;
       text-decoration: none;
       font-weight: normal;
       font-style: normal;
}
		


span.galeria img {
       border: 1px solid #cacaca;
       background: #cacaca;
       padding: 2px;
}

span.galeria a:link img, span.galeria a:visited img {
       border: 1px solid #000000;
       background: #cacaca;
       padding: 2px;
}

span.galeria a:hover img, span.galeria a:active img {
       border: 1px solid #000000;
       background: #ffffff;
       padding: 2px;
}



#stopka {
	background: url('grafiki/tlo.png') repeat-x;
	font: 10px verdana; 
	color: #CACACA;
	font-weight: normal;
	text-align: center;
	padding-top: 2px;
}

	#stopka a:link, #stopka a:visited, #stopka a:active {
		font: 10px verdana; 
		color: #989898;
		font-weight: bold;
		text-decoration: none;
     }

	#stopka a:hover {
		font: 10px verdana; 
		color: #ffffff;
		font-weight: bold;
		text-decoration: bold;
     }

