a {  text-decoration: none}
a:hover {  color: #CC0033; text-decoration: underline}
.corpotesto {  font-family: Verdana, Arial; font-size: 12px; color: #1D2E83}
h1 {  font-family: Helvetica, sans-serif; font-size: 22px; font-weight: bold; color: #1D2E83}
.contents {  font-family: "Times New Roman", Times, serif; font-size: 10px}
body {

	margin:0 auto;
	width:76em;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000000;
	background-color: #FFFFFF;
}

#header {
	text-align: center;
	vertical-align: middle;    
	width: 100%;
	background-color: #66FFFF;
}

#contents {
	background-color: #FFFF66;
}

#col1 {
	background-color: #FFCC00;
	height: 500px;
	width: 50%;
	float: left;
}

#col1 img {
 	vertical-align: middle;
	width: 300px;
	height: 300px;
	+;


 
}


#col2 {
	background-color: #CCFFCC;
	height: 500px;
	width: 50%;
	float: left;
}

#col2 img {
	float: left;
	padding: 5px;
}

#col2 h2 {

    font-family: Helvetica, sans-serif;
	font-size: 16px;
	color: navy;
}

#col2 p {
	padding: 5px;
}


#footer {
	width: 100%;
    clear: both;
	background-color: #66FFFF;
}
