/* Questa definizione di body indica che i margini esterni saranno tutti pari a 0px */
body {
	margin:14px;
}

/* classe_td_link definisce la tabella di menù in alto e la sua proprietà di iperlink */
td.tabella {	
	color: black;
	background:#FFFFFF;
	border-left: 1px dotted #cccccc;
	border-bottom:1px dotted #cccccc;
	border-top:1px dotted #cccccc;
	border-right:1px dotted #cccccc;	
	text-align: center;
	margin: 0;
	font-size: 0.7em;	
	text-decoration: none;
    font-family: verdana;
	}
td.tabella2 A {
	display:block;
	color: black;
	background:#FFFFFF;
	border-left: 1px dotted #cccccc;
	border-bottom:1px dotted #cccccc;
	border-top:1px dotted #cccccc;
	border-right:1px dotted #cccccc;
	padding: 3px;
	text-align: center;
	margin: 0;
	font-size: 0.7em;	
	text-decoration: none;
    font-family: verdana;
	}
td.tabella2 A:hover {
	display:block;
	margin: 4px;
	color: #ffffff;
	background: #006600;
	border-left: 1px dotted #cccccc;
	border-bottom:1px dotted #cccccc;
	border-top:1px dotted #cccccc;
	border-right:1px dotted #cccccc;
	padding: 3px;
	margin: 0;
	font-size: 0.7em;	
	text-decoration: none;		
    font-family: verdana;	
	}