html, body {
margin : 0; 
padding : 0; 
} 
body {
font : 12px Verdana, Arial, sans-serif; 
background : #999999; 
color : #000000; 
text-align : center; 
} 
a:link, a:visited, a:active {
color : #0066cc; 
text-decoration : none; 
} 
a:hover {
color : #0066cc; 
text-decoration : underline; 
} 
h1 {
font-family : Arial, Helvetica, sans-serif; 
margin : 0; 
font-size : 42px; 
color : #ffffff; 
} 
h2, h3, h4 {
font-family : Arial, Helvetica, sans-serif; 
margin : 0; 
padding-left : 5px; 
color : #333; 
} 
h2 {
font-size : 160%; 
} 
h3 {
font-size : 110%; 
} 
h4 {
font-size : 100%; 
} 
div#container {
width : 750px; 
margin : 0 auto; 
text-align : left; 
background : #ffffff; 
} 
div#header {
padding-right : 0; 
padding-left : 10px; 
background : #009900; 
padding-bottom : 2px; 
width : 750px; 
padding-top : 2px; 
height : 80px; 
} 
div#nav {
font-family : Arial, Helvetica, sans-serif; 
padding : 2px 0 2px 10px; 
width : 750px; 
color : #ffffff; 
background : #ff0000; 
font-size : 14px; 
font-weight : bold; 
} 
div#nav a:link, div#nav a:visited, div#nav a:active {
color : #ffffff; 
text-decoration : none; 
} 
div#nav a:hover {
color : #ffffff; 
text-decoration : underline; 
} 
div#content {
float : left; 
width : 450px; 
padding : 5px; 
} 
div#extra {
float : right; 
width : 260px; 
height : 480px; 
background-image : url('img/orme.jpg'); 
padding : 5px; 
} 
div#extra a:link, div#extra a:visited, div#extra a:active {
color : #0066cc; 
text-decoration : none; 
} 
div#extra a:hover {
color : #0066cc; 
text-decoration : underline; 
} 
div#footer {
padding : 2px 0 2px 10px; 
clear : both; 
width : 100%; 
color : #ffffff; 
background : #009900; 
font-size : 11px; 
} 
div#footer a:link, div#footer a:visited, div#footer a:active {
color : #ffffff; 
text-decoration : none; 
} 
div#footer a:hover {
color : #ffffff; 
text-decoration : underline; 
} 

#intervista, #intervista a:link, #intervista a:visited, #intervista a:active 
{
	background-color:#99ff99;
	color:#ffffff;
	width:200px;
	height:auto;
	margin:20px;
	padding:2px;
	text-align:center;
	text-decoration : none; 
}