body {background-color:#ffffff;
      color: #597DC9; font-family: Arial, Helvetica, sans-serif;
	  font-size: 8px;
	  font-weight: bold;
}

h1{color: #597DC9;
   font-family: Arial, Helvetica, sans-serif;
   font-size: 10px;
   font-weight: bold;}

.testo1 { font-family: Arial, Helvetica, sans-serif;
	     font-size: 10px;
	     font-weight: bold;
		 color: #597DC9;
		 text-align:left;
}

.testo2 { font-family: Arial, Helvetica, sans-serif;
	     font-size: 10px;
	     font-weight: bold;
		 color: #597DC9;
		 text-align:center;
}

a:link {
	text-decoration: none;
	color: #597DC9;
	font-size: 10px;
	font-weight: bold;
}

a:hover {
	text-decoration: none;
	color: #cb0d31;
}

a:visited {
	text-decoration: none;
}

a:active {
	text-decoration: none;
}



