A:link    { 
	color: blue;
	text-decoration:none; 
}
A:visited { 
	color: maroon;
	text-decoration:none 
}
A:hover   { 
	color: red;
	text-decoration:none; 
	 }   
A:active  { 
	color: rgb(255,153,0); 
	text-decoration:none;
} 

p
{
	margin-top: 0; 
	margin-bottom:0;
}

body
{
	font-family: Arial;
	background-color: rgb(255,255,255);
	color: rgb(0,0,0);
    margin-left: 30; 
    margin-right: 30; 
}
table
{
	table-border-color-light: rgb(153,204,153);
	table-border-color-dark: rgb(153,204,153); 
}
h1, h2, h3, h4, h5, h6
{
	font-family: Arial, Helvetica;
    margin-bottom: 0; 

}
h1
{
	color: rgb(0,0,255);
	    margin-top: 24; 

}
h2
{
	color: rgb(0,0,125);
	    margin-top: 24;  
}
h3
{
	color: rgb(0,64,0); 
	    margin-top: 24; 
}
h4
{
	color: maroon;
	    margin-top: 12; 
}


.kodzik      { 
  font-family: Courier New; 
  font-size: 14; 
  margin-top: 0; 
  margin-bottom: 0; 
  color: black;
  background-color: rgb(220,220,220);
}