span.styl1 {
	/*strong*/
  font-weight: bold;
}

span.styl2 {
	/*blue big*/
	color: #00479B;
	font-size:14px;
	font-weight: bold;
}

span.styl3 {
	/*strong big*/
  font-size:13px;
  font-weight: bold;
  
}