body {
	font-family: "trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color:#333;
	background-color:#fff;
	background: url("background.gif");
	text-align: center;
}

h1, h2{margin: 3px;}

h1{ color: #990000; }

h2{color: #666; }

.contenitore, table{
	margin: 0 auto 0 auto;
}

.contenitore{
	padding: 15px; 
	border: 1px solid #666;
}

table{
	border: 0;
	padding: 0;
}

a:link, a:active, a:visited{
	text-size: 16px;
	text-decoration: none;
	color: #666;
}

a:hover{
	text-decoration: underline;
	color: #990000;
	}
