span.styl1 {
	/*tekst*/
    font-family: Tahoma, Verdana, sans-serif;
    font-size: 11px;
    color: #5E5E5E; 	
}

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

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

span.styl4 {
	/*Pomaranczowy*/
	color: #FF6D00;
}