﻿body {
	margin: 0;
	font-family: "Georgia", Times New Roman, Times, serif;
}
/* POSIZIONE LOGO */
.positionLogo{
	position: absolute;
	top: 0px;
	left: 40px;
}
/* NO BORDO ALLE IMMAGINI - Evita lostile on-line */
.imgNoborder{
	border-width: 0px;
	cursor: hand;
}
.imgNoborderNoHand{
	border-width: 0px;
}
