@font-face {
    font-family: Emboss;
    font-style:  normal;
    font-weight: normal;
	src: url(immagini/EMBOSS2.eot);
}
body {
	background-image: url(immagini/cenacolo.jpg);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #F1E9D6;
}
.lapide {
	font-family: Emboss;
	font-size: 48px;
	font-weight: bold;
	text-transform: uppercase;
	color: #000000;
	background-image: url(immagini/travertino.jpg);
	background-repeat: repeat;
	text-align: center;
	vertical-align: middle;
}
.testo {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #000000;
	text-align: justify;
	padding-top: 20px;
	vertical-align: top;
}
a:link {
	color: #000000;
	text-decoration: underline;
}
a:hover {
	color: #947632;
	text-decoration: underline;
	font-size: larger;
}
.colonna {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 24px;
	color: #000000;
	text-align: center;
	vertical-align: top;
}

