<style>
HTML {
	background-color: white;

}

body {
	background-color: white;}
H1
{ 
font-family: "Arial CE", "Times New CE", arial, serif;
color: white; 
font-size:18px;
margin:10px;
text-align:center;
} 
H2
{ 
font-family: "Arial CE", "Times New CE", arial, serif;
color: white; 
font-size:15px;
margin:10px;
text-align:center;
} 
.cenik_table
{ 
font-family: "Arial CE", "Times New CE", arial, serif;
border-collapse:collapse;
font-size:13px;
width:460px;
} 

.cenik_table th
{ 
background-color: navy; color:white;
text-align:center;
border: silver 1px  solid;
} 


.cenik_table td
{ 
background-color: white; color:black;
text-align:center;
border: silver 1px  solid;
} 

</style>