body {
	margin: 0px;
	background: #f5fffa;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.header {
	background: #222 url(images/sfondo.gif) repeat;
	color: #fffafa;
	font-weight: bold;
	font-size: 11px;
	height: 26px;
	padding-right: 5px;
	padding-left: 5px;
	}

a:link, a:visited, a:active {
	color: #ffa600;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #ff8c00;
}
.banner {
	text-align: center;
}

.copyright {
	background: #222 url(images/sfondo.gif) repeat;
	color: #fffafa;
	font-weight: bold;
	font-size: 9px;
	height: 16px;
	text-align: center;
	padding-top: 3px;
}