body {
 background: #0099ff;
 font-family: Verdana, Arial, Helvetica, sans-serif;
 color: #000000;
}
.titolo{
  position: relative;
	align: center;
  height: 250px;
	width: 700px;
  top: 10px;
	left: 20%;
  margin-right: 0px;
  margin-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
	border-style: solid;
  border-color: #125C90;
	border-left-width: 0px;
 	border-right-width: 0px;
  border-top-width: 0px;
  border-bottom-width: 0px;
 }			
 
 .centro{
  position: relative;
	width: 680px;
	background-color: white;
  left: 20%;
  margin-right: 0px;
  margin-bottom: 0px;
  padding-left: 10px;
	padding-right: 10px;
  padding-top: 10px;
	border-style: solid;
  border-color: #125C90;
	border-left-width: 0px;
 	border-right-width: 0px;
  border-top-width: 0px;
  border-bottom-width: 0px;
 }
 
.fondo{
position: relative;
  height: 50px;
	width: 690px;
  left: 20%;
  margin-right: 0px;
  margin-bottom: 0px;
  padding-left: 0px;
  padding-top: 0px;
	border-style: solid;
  border-color: #125C90;
	border-left-width: 0px;
 	border-right-width: 0px;
  border-top-width: 0px;
  border-bottom-width: 0px;
}

.dtitolo{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: left;
}
.dtesto{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: left;
}
.dfirma{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: right;
}
.dtotem{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
}

a {
	text-decoration: none;
	color: #0000ff;
}

a:hover {
	text-decoration: underline;
	color: #000000;
}

a:link {
	text-decoration: underline;
	color: #000000;
}

a:visited {
	text-decoration: none;
	color: #0000ff;
}

a:active {
	text-decoration: underline;
	color: #000000;
}

img{
 border: none;
 }

