span.styl1 {
	/*tekst standardowy 1*/
	font-family: Verdana;
	text-decoration:none;
	font-weight:normal;
	color: #424142;
	font-size: 11px;
}	

span.styl2 {
	/*tekst standardowy zmniejszony 1*/
	font-family: Verdana;
	text-decoration:none;
	font-weight:normal;
	color: #424142;
	font-size: 10px;
}	

span.styl3 {
	/*nazwa stylu 2*/
	color: red;
}

h2.styl4 {
	/*opis*/
  text-decoration: underline;
}