<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
/* `Basic Font
----------------------------------------------------------------------------------------------------*/

@font-face {
    font-family: 'DroidSansRegular';
    src: url('DroidSans-webfont.eot');
    src: url('DroidSans-webfont.eot?#iefix') format('embedded-opentype'),
         url('DroidSans-webfont.woff') format('woff'),
         url('DroidSans-webfont.ttf') format('truetype'),
         url('DroidSans-webfont.svg#DroidSansRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'DroidSansBold';
    src: url('DroidSans-Bold-webfont.eot');
    src: url('DroidSans-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('DroidSans-Bold-webfont.woff') format('woff'),
         url('DroidSans-Bold-webfont.ttf') format('truetype'),
         url('DroidSans-Bold-webfont.svg#DroidSansBold') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* `Basic HTML
----------------------------------------------------------------------------------------------------*/

body {
	font: 12px/18px Arial, Helvetica, sans-serif;
}

a:focus {
	outline: 1px dotted;
}

hr {
	border: 0px #d6d6d6 solid;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-bottom-color: #fff;
	clear: both;
	height: 0;
}

a:link, a:visited {
	color: #333333;	
}

a:hover {
	color: #12A131;	
}



/* `Headings
----------------------------------------------------------------------------------------------------*/

h1 {
	font: 28px/34px 'DroidSansRegular', Arial, sans-serif;
	color: #12A131;
	letter-spacing:0;
	margin-bottom:10px;
	margin-left:10px;
	margin-top:20px;
}

h1 span {
	color:#333333;
}
	
	.sottotitolo {
		font-size:20px;
		color: #12A131;
	}

h2 {
	font-family: 'DroidSansRegular', Arial, sans-serif;
	font-size: 22px;
	line-height:24px;
	color: #333333;
	border-bottom:1px solid #bbbbbb;
	padding-bottom:5px;
	font-weight:normal;
	margin-bottom:14px !important;
	padding-top:6px;
}

#lavoro h2 {
	font-family: 'DroidSansRegular', Arial, sans-serif;
	font-size: 16px;
	line-height:24px;
	text-align:center;
	color: #333333;
	border-bottom:0px solid #bbbbbb;
	margin-bottom:0px !important;
	margin-top:60px;
	padding-left:0;
}

h3 {
	font-size: 16px;
	font-family: 'DroidSansRegular', Arial, sans-serif;
	margin-top:5px;
}

h4 {
	font-size: 20px;
	font-weight: bold;
	color: #333333;
}

h5 {
	font-size: 12px;
	font-weight: bold;
	color: #333333;
}

h6 {
	font-size: 12px;
	font-weight: bold;
	color: #2396d9;
}

.frase-form {
	font-family: 'DroidSansRegular', Arial, sans-serif;
	font-size:14px;
	line-height:20px;
	padding-left:10px;
	color:#000;
}

.testimonianza {
	font-size:16px;
	font-style:italic;
	line-height:24px;
	padding:0 10px 0 50px;
	color:#5e5e5e;
	background: transparent url(../img/quote.png) 0 5px no-repeat;
	margin:0 0 8px 0;	
}

.persona {
	padding:0 10px 0 50px;
	color:#333333;
	margin:0;
	font-weight:bold;
	margin-bottom:20px;
}

.corso {
    height: 25px;
    padding-left: 42px;
    padding-top: 7px;
	margin-top:10px;	
}

/* `Spacing
----------------------------------------------------------------------------------------------------*/

ol {
	list-style: decimal;
}

ul {
	list-style: none;
}

ul.vantaggi {
	list-style: none;
}

ul.vantaggi li {
	padding-left: 25px;
	background: transparent url(../img/lista.png) 0 7px no-repeat;
	font-family: 'DroidSansRegular', Arial, sans-serif;
	margin-top:10px;
	font-size:14px;	
}

.grid_7 ul li, .grid_4 ul li {
 line-height: 20px;
 padding-top:10px;
}

.grid_4 p {
    font-family: 'DroidSansRegular',Arial,sans-serif;
    font-size: 14px;
    line-height: 20px;
}

ul.semplice {
	list-style: disc;
	margin-left:20px;
	margin-top:20px;
	
}

ul.semplice li {
    background: none repeat scroll 0 center transparent;
    line-height: 18px;
    padding-left: 5px;
    padding-top: 3px;
}

p,
dl,
hr,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset {
	margin-bottom: 10px;
}

strong {
  font-family: 'DroidSansBold', Arial, sans-serif;
  font-weight:bolder;
}</pre></body></html>