body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a:link, a:visited {
	color: #003366;
}
a:hover {
	text-decoration: none;
}
.testopiccolo {
	font-size: 10px;
}
h1 {
	font-size: 16px;
}

input, textarea {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
}


.menu {
	width: 200px;
	padding: 10px;
	border-right: 1px solid #0049ac;

	background-image: url(images/linea.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
}
	.menu a:link, .menu a:visited {
		display: block;
		font-weight: bold;
		color: #0049ac;
		text-align: center;
		background-color: #F2F2F2;
		padding: 5px;
		width: 190px;
		margin-bottom: 4px;
		text-decoration: none;
	}
	.menu a:hover {
		background-color: #0049ac;
		color: #F2F2F2;
	}
	
.img-lato {
	width: 220px;
	padding: 0px;
	border-right: 1px solid #0049ac;
	
	padding-bottom: 1px;

	background-image: url(images/linea.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
}

.box-uno {
	width: 498px;
	height: 224px;
	background-image: url(images/home-box1.jpg);
	background-repeat: no-repeat;
	text-align: justify;
}
.box-due {
	width: 498px;
	height: 165px;
	background-image: url(images/home-box2.jpg);
	background-repeat: no-repeat;
	text-align: justify;
	
	margin-top: 20px;
}
.box-tre {
	width: 498px;
	height: 336px;
	background-image: url(images/home-box3.jpg);
	background-repeat: no-repeat;
	text-align: justify;
	
	margin-top: 20px;
}
	.box-uno a:link, .box-uno a:visited,
	.box-due a:link, .box-due a:visited,
	.box-tre a:link, .box-tre a:visited {
		text-decoration: none;
	}
	.box-uno a:hover, .box-uno a:active,
	.box-due a:hover, .box-due a:active,
	.box-tre a:hover, .box-tre a:active {
		text-decoration: underline;
	}
	
.lingue {
	padding-left: 30px;
	font-weight: bold;
}
	.lingue a:link, .lingue a:visited {
		color: #FFFFFF;
	}
	.lingue a:hover, .lingue a:active {
		color: #FFCC00;
	}
