/* CSS Document */

body{
	margin-top: 80px;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #EAEAEA;
}
a:link {  
	color: #000000; 
	font-weight: normal;
	text-decoration: none;
}
a:visited {  
	color: #000000; 
	font-weight: normal;
	text-decoration: none;
}
a:hover {  
	color: #000000; 
	font-weight: normal;
	text-decoration: underline;
}
.table_generale{
	width: 770px;
	border: 2px solid #cccccc;
	background-color: #FFFFFF;
}
.logo{
	padding: 10px;
	text-align: center;
}
.costruzione{
	padding: 10px;
	text-align: center;
}
.footer{
	padding: 5px;
	text-align: center;
	border-top: 1px solid #CCCCCC;
}
.footer a:link {  
	color: #FF0000; 
	font-weight: bold;
	text-decoration: none;
}
.footer a:visited {  
	color: #FF0000; 
	font-weight: bold;
	text-decoration: none;
}
.footer a:hover {  
	color: #FF0000; 
	font-weight: bold;
	text-decoration: underline;
}
.credits{
	font-size: 9px;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 5px;
}
