span.styl1 {
	/*default*/
  font-weight: normal;
	font-size:11px;
}

span.styl2 {
	/*bold #1*/
	font-weight:bold;
}

h1.styl3 {
	/*header 1*/
  color:#7c98ae;
	font-size:24px;
	margin-top:5px;
	margin-bottom:4px;
	font-weight:bold;
	font-family:Times New Roman;
}
h2.styl3 {
	/*header 2*/
  color:#000000;
	font-size:14px;
	margin-top:2px;
	margin-bottom:2px;
	font-weight:bold;
}
span.styl4 {
	/*bold #2*/
	font-weight:bold;
	font-size:13px;
}
span.opis {
	/*opis*/
	font-size:9px;
}
div.ramka{
	/*block*/
	border:solid 1px #7c98ae;
	padding:10px;
	font-size:10px;
	font-weight:bold;
}
