title {
text-transform: uppercase;
}

/* stili generici */
table,td,th{
	border: solid #CCC;
	border-width: 1px 1px;
	border-collapse: collapse;
}
table {
	width:760px;
	margin:0 auto 2em;
}
td,th{
	padding: 5px;
	text-align: left;
	}

th{ text-align:center;
	background: #DAE6F4;
	color: #000;
}

tr.odd td{
	background: #eee;
	}
