
body *
	{
	 font-family: verdana, tahoma, arial, helvetica, sans-serif;
	}

h1 
	{font-size: 1.4em; 
	 font-weight: bold;
	 font-style: italic;
	 color: #ff0000;
	}
	
	
p.zielony {color: #009900;
font-style:italic;
}


p.granat {color: #0000cc;
font-weight:bold;}

p.amarant {color: #990099;
text-decoration:underline;
}	
	
ul {list-style-type: square
}

ol {list-style-type: upper-roman}


table 
	{
	 border: 1px solid #000000; 
	 	border-collapse: collapse;

	}
td 
	{
	padding:5px;
	border: 1px solid #000000; 
	border-collapse: collapse;
	text-align: left; 
	 vertical-align: top; 
	}
a 
	{
	 text-decoration:none;
	}
a:visited 
	{
		 text-decoration:none;
	}
a:hover 
		 text-decoration:none;
	}
