﻿body 
{
	background-color: White;
	font-family: Verdana;	
	color: Black;
	text-align: center;
	padding: 0px;
	margin: 0px;
}

img
{
	border: 0px;
}

.tbl-container
{
	width: 790px;
	text-align: left;
}

.aligncenter
{
	text-align: center;
}

.contenuto
{
	font-size: 11px;
}

.footer
{
	font-size: 9px;
	color: lightgrey;
	text-align: center;
	width: 100%;
}

.footer a:link, .footer a:visited, .footer a:active
{
	color: lightgrey;
}

a:link
{
	color: Green;
	text-decoration: none;
}

a:active
{
	color: Green;
	text-decoration: none;
}
a:visited
{
	color: Green;
	text-decoration: none;
}
a:hover
{
	color: Green;
	text-decoration: underline;
}