﻿@import url("layout.css");
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #000;
	margin: 20px;
}

.tabella
{
	/*padding: -10;*/
	margin: 0;
	text-align: justify;
}

.tabella td
{
	/*vertical-align: top;*/
	text-align: justify;
	padding-left: 10px;
	padding-right: 10px;
}

.tabella h2
{
	padding-top: 15px;
	padding-bottom: 5px;
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	text-align: center;
}

.tabella p
{	
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
}
.tabella tr.titoli {
	border: 1px solid #aaa;
	padding: 0.5em;
	/*background: #F1F1D7;*/
	vertical-align: bottom;
}
.tabella tr.contenuti
{
	vertical-align: top;
}

.tabella a
{
	color: black;
}

.tabella a:hover
{
	color: blue;
}

a
{
	text-decoration: underline;
	color:black;
}

