body {
	margin: 0px;
	background-image: url('img/bg.jpg');
}

p, td {
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-size: 13px;
	color: #333333;
}

a {
	color: #ff0000;
}

a.menu {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	color: white;
	background-color: #ff0000;
	width: 170px;
	text-align: right;
	font-weight: bold;
	text-decoration: none;
	padding: 0px 5px;
	margin: 3px;
}

a.menu:hover {
	background-color: #333333;
}

a:hover {
	text-decoration: none;
}

p.rientro {
	text-indent: 30px;
}

p.primoParagrafo {}

p.didascalia {
	font-family: Arial, Verdana, Helvetica;
	font-size: 11px;
	color: #515151;
}

p.tabellaPrezzi {
	font-family: Thaoma, Arial, Verdana, Helvetica;	
	font-size: 12px;
	color: #555555;
	margin: 0px;
}

p.note {
	font-family: Thaoma, Arial, Verdana, Helvetica;	
	font-size: 11px;
	color: #878787;
	margin: 0px;
}

p.datiGuestbook {
	font-family: Thaoma, Arial, Verdana, Helvetica;	
	font-size: 12px;
	color: #333333;
}

p.testoGuestbook {
	color: #515151;
}

p.errore {
	color: #990000;
	font-weight: bold;
}

p.formInviato {
	color: #009900;
	font-weight: bold;
}

h1 {
	font-family: "Courier New", Courier, monospace;
	font-size: 26px;
	font-weight: bold;
	color: #66540E;
	text-transform : uppercase;
}

h2 {
	font-family: "Courier New", Courier, monospace;
	font-size: 18px;
	font-weight: bold;
	color: #66540E;
	text-transform : uppercase;
}

h3 {
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #322079;
}

table.guestbook {
	border: 1px solid #ccbbbb;
	background-color: #F9F9f3;
}
