body {  
     background-repeat: no-repeat;
}

a {
  text-decoration: none;
  color:#2B519A;
  font-weight:bold;
}

a:hover {
  text-decoration: none;
  color:#4389FD;
  font-weight:bold;

}

img {
    border:none;
}

p.testo,span.testo {
   font-family: Arial;
   font-size:20px;
	color:#030D5E;
	text-align:justify;
}

div#cont{
   text-align:center;
	padding-top:150px;
}

div#cont h2{
	text-align:center;
	font-weight:bold;
}