﻿body {
	background-color: #ccc;
	margin: 10px;
	text-align: center;
}
* {
	font-family: Verdana;
	font-size: 10px;
	color: #3F3F3F;
}
img { border: 0px; }
#container 
{
	background-image: url(../images/backgroundContainer.png);
	background-repeat: no-repeat;
	margin: 0px;
	width: 390px;
	height: 469px;
}
h1 
{
	text-align: center;
	color: #E52324;
	font-size: 0.9em;
	font-weight: bold;
	padding-top: 8px;
	padding-bottom: 10px;
}
ul 
{
	text-align: left;
}
table 
{
	width: 100%;
	border-collapse: collapse;
}
td, th
{
	padding: 3px 10px;
}
#tableData caption 
{
	margin-top: 10px;
	margin-bottom: 5px;
	padding: 3px 10px;
	text-align: left;
	font-style: italic;
}
#tableData th 
{
	text-align: left;
	border-bottom: 1px dotted #ccc;
	font-weight: normal;
}
#tableData td 
{
	text-align: right;
	border-bottom: 1px dotted #ccc;
	font-weight: bold;
	/*font-size: 11px;*/
}
.aumento { color: #090; }
.diminuzione { color: #E52324; }
