@charset "utf-8";
.board {
	width:800px;
}
.topper {
	height:42px;
}
.topper div{
	background:url(bgtop.png) top right no-repeat;
	height:42px;
}
.contenuto {
	background:url(bgstripe.png) top  left repeat-y;
	height:auto;
}
.downer {
	background:url(bgbottom.png) bottom  left no-repeat;
	height:42px;
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #999999;
	font-size: 14px;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #666666;
}
a:link {
	color: #333333;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #FF9900;
}
a:hover {
	text-decoration: none;
	color: #0066FF;
}
a:active {
	text-decoration: underline;
}
.Stile2 {
	color: #333333; font-size: 10px;
}
.interna {
	padding: 10px;
}

