.services {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	line-height: 15px;
}
.horizontalline {
	color: #9B0E33;
}
a {
	color: #666666;
	text-decoration: none;
}
.examples {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #9B0E33;
	line-height: 15px;
	font-weight: normal;
	font-style: italic;
}
.servicesBig {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	line-height: 15px;
}
.language {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	line-height: 15px;
}
.sectionHeader {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #9b0e33;
	line-height: 18px;
	font-weight: bold;
	font-style: normal;
}

OL        { list-style-type: decimal }      /* 1 2 3 4 5 etc. */
OL OL     { list-style-type: lower-alpha }  /* a b c d e etc. */
OL OL OL  { list-style-type: lower-roman }  /* i ii iii iv v etc. */


