﻿#focus
{
	width:600px;
	height:250px;
	overflow:hidden;
	border:1px #bbb solid;
	margin:0 auto;
	vertical-align:top;
}

.tabella
{
	width:100%;	
}

.tabella a
{
	color:Black;
	text-decoration:none;
}
.tabella a:hover
{
	text-decoration:underline;
}
