body
{
	background-color: #002222;
	color: #fffffd;
	text-align: center;
	font-family: arial, helvetica, san-serif;
}
a {text-decoration: underline; color: #000080}
a:active, a:hover {text-decoration: underline; color: #800000}
a:visited {text-decoration: underline; color: #008000}
#contenitore {
	width: 100%;
	background-color: #002222;
	color: #fffffd;
	text-align: left;
	font-family: arial, helvetica, san-serif;
}
#testata {
	width: 98%;
	margin: 0px auto;
	padding: 0px 0px 2px 0px;
	background-color: #002222;
}
#testata table {
	width: 100%;
	vertical-align: bottom;
}
#testata .testata1 {
	color: #ffffff;
	font-style: italic;
	font-weight: bold;
	font-size: 150%;
}
#testata .testata2 {
	color: #c0c0c0;
	text-align: right;
}
#contenuto {
	width: 98%;
	margin: 0px auto;
	padding: 12px;
	background-color: #ffffff;
	color: #000000;
}
#contenuto h1
{
	font-weight: bold;
	font-size: 150%;
}
#contenuto h2
{
	font-weight: bold;
	font-size: 125%
}
#piede {
	width: 98%;
	margin: 4px auto;
	color: #c0c0c0;
}
#piede1 {
	width: 50%;
	float: left;
	text-align: left;
}
#piede1 a, #piede1 a:active, #piede1 a:hover, #piede1 a:visited {
	text-decoration: underline; 
	color: #ffff60;
}
#piede2 {
	float: right;
	text-align: right;
}
#copyright {
	width: 100%;
	float: left;
	padding: 4px;
	background-color: #000000;
	color: #ffff60;
	text-align: center;
}
#copyright a, #copyright a:active, #copyright a:hover, #copyright a:visited {
	text-decoration: none; 
	color: #ffff60;
}
#copyright table {
	width: 100%;
}
