body 
{
	margin: 10px;
	padding: 0px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	background-color: #FFCC33;
	text-align: center;
}

#box
{
	background: url(sfondo.gif);
	margin-right: auto;
	margin-left: auto;
	padding: 10px;
	text-align: left;
	/*voice-family: "\"}\"";
	voice-family: inherit;*/
	width: 800px;
}

#intestazione
{
	float: right;
	width: 100%;
	height: 100px;
	color: #FFCC33;
	/*background: #CC3333;*/
	background: url(intestazione.gif);
	text-align: center;
	margin-top: 20px;
	border-bottom: double #FFCC33;
}

#intestazione h1 
{
	font-family: georgia;
	font-size: 26px;
	line-height: 26px;
	font-weight: bold;
	margin-top: 20px;
	text-align:right;
	padding: 0px 10px;
}

#intestazione img
{
	float: left;
}

#testo
{
	float: right;
	background: #FFFFCC;
	color: maroon;
	text-align: justify;
	font-size: 14px;
	word-spacing: 2px;
	font-family: arial;
	line-height: 20px;
	padding: 10px;
	width: 61%;
	overflow: auto;
	margin-top: 20px;
	border-bottom: double #FFCC33;
}

#testo h3 
{
	font-size: 18px;
	font-weight: normal;
	text-decoration: underline;
	color: #990033;
}

#link
{
	float:left;
	background: #FFFFCC;
	width: 35%;
	padding: 20px 0px 20px 0px;
	margin-top: 20px;
	border-bottom: double #FFCC33;
}

ul
{
	color: #990033;
	list-style-type: disc;
	font-weight: bold;
	font-size: 12px;
	line-height: 20px;
}

a
{	
	color: #FF6633;
	font-weight: normal;
	font-size: 12px;
	text-decoration: none;
}

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

a:hover
{
	color: #990033;
	font-weight: bold;
	text-decoration: none;
}