@charset "utf-8";
body {
	background-color: #5D5D5D;
	font-family: "Trebuchet MS", Verdana;
	font-size: 14px;
	color: #FFFFFF;
	background-image: url(html/immagini/fondo.jpg);
	background-repeat: repeat-x;
}
.Cornice {
	border: medium solid #666666;
}
.FormatBox {
	padding: 10px;
}
.Botton {
	font-size: 12px;
	color: #999999;
}
h2 {
	color: #ECCBA2;
}
a {
	color: #ECCBA2;
	text-decoration: none;
}
a:hover {
	color: #ECCBA2;
	text-decoration: underline;
}

.MenuLink {
	font-family: "Trebuchet MS", Verdana;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
}
