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

input:focus, textarea:focus{
background-color: blue;
}

#box {
background-color:#c9c9c9;
border:1px solid black;
padding:5px;
}
h1 
	{font-size: 1.4em; 
	 font-weight: bold;
	 font-style: italic;
	 color: #ff0000;
	}

span.zielone {
	color: #009900
	}
	

	
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;
	}

