html,body{
font-family: Arial;
width: 100%;
height:100%;
background-color:#000000;
color: #ffffff;
margin: 0px 0px 0px 0px;
padding: 0px;
} 


#sfondo-css{
position:absolute;
height:100%;
width: 100%;
margin: 0;
padding: 0;
} 

#contenuto{
position: absolute;
z-index: 2;
top:0px;
left: 0px;
color: white;
overflow: auto;
height: 100%;
width: 100%;
}

#css a{
color: white;
}

#box
{
filter: alpha(opacity=75);
background-color: #000000;
-moz-opacity:.75;
opacity:.75; 
}

a:link {
color: #ffff66;
text-decoration:underline;
}

a:visited {
color: #ffff66;
text-decoration:underline;
}

a:hover {
color: #ffff66;
text-decoration:underline;
}


p {
FONT-SIZE: 14px;
margin-top: 0px;
margin-bottom: 6px;
text-align: justify;
}

td {
FONT-SIZE: 14px;
text-align: justify;
}

h1 { 
color: #ffff66;
FONT-SIZE: 16pt;
margin-top: 0px;
margin-bottom: 6px;
}

h2 { 
color: #ffff66;
font-weight:bold;
font-style: italic;
FONT-SIZE: 15px;
margin-top: 10px;
margin-bottom: 6px;
}

td.prova { 
FONT-SIZE: 15px;
font-weight:bold;
background-color: #000000;
opacity:.70; 
cursor: pointer;
padding: 10px;
text-align:left;
} 

td.prova:hover { 
opacity:.99; 
cursor: pointer;
color:#ffff66;
}

td.provaactive { 
FONT-SIZE: 15px;
font-weight:bold;
background-color: #000000;
cursor: pointer;
padding: 10px;
text-align:left;
}

.forms {
	FONT-SIZE: 12px;
	font-family: Georgia,"Times New Roman";
	border: 1px solid #a0a0a0;
	height: 20px;
	width: 200px
}

.pulsanti {
	border: 1px solid #c0c0c0;
	FONT-SIZE: 13px;
	height: 24px; 
}
