﻿body 
{
   	background-color: #ffffff;
	font-family: Arial;
	font-size: 8pt;
	color: #505050;
	text-align:center; /* potrzebne do wysrodkowania ukladu w IE6*/ 
}

* {margin:0; padding:0;} /* removes margin and padding off all list elements */


div.clear
{
	clear: both;
}



a 
{
	font-size: 7,5pt;
	text-decoration:none;
	color: #747374;
}
