/*
<link rel="stylesheet" type="text/css" href="/common.css">
*/



body {
	/*color: #828282;*/
	color:black;
	background-color:lightblue;
	background-image:url("/images/sfondi/pine2.jpg");
	font-family:sans-serif;
	/*font-size: 16px;*/
	font-size: 20px;
}

th {
	color:white;
	background-color:blue;
	font-size: 25px;
}

	
td {
	background-color:lightblue;
	font-size: 20px;
}


p {
	font-size: 20px;
}

