body {
    background-color: #F4E6EB;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 16px;
}

body div#body {
	text-align: center;
	width: 600px;
	margin-left: auto;
	margin-right: auto;
}

img {
	border: none;
}

table {
	border: none;
	width: 100%;
}

table#menu {
	 text-align: left;
}

table.tariffe {
	margin-top: 10px;
}

table.tariffe th {
	background-color: #EBD3F0;
	border: 1px dashed;
}

table.tariffe td {
	background-color: #FBD3F1;   /** old:  #EBC3D1; */
}

table.prenota {
	margin-top: 10px;
}

table.prenota th {
	background-color: #EBD3F0;
	border: 1px dashed;
}

table.prenota td {
	background-color: #FBD3F1;   /** old:  #EBC3D1; */
	text-align: left;
}

td p {
	text-align: justify;
	font-size: 14px;
}

a.link_menu {
	color: white;
	font-size: 15px;
	text-decoration: none;
}

a:visited {
	color: #FFFFDD;
	text-decoration: none;
}

a:hover {
	color: #FFFF66;
	text-decoration: underline;
}

ul {
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	width: 48%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

/*
h1 {
    FONT-SIZE: 14px;
    color: #46725b;
}

li {
    FONT-WEIGHT: bolder;
    FONT-SIZE: 13px;
}

h2 {
    FONT-SIZE: 14px;
    color: #46725b;
    FONT-STYLE: italic;
}

h3 {
    FONT-SIZE: small;
    color: #004f00;
    FONT-STYLE: normal;
}

h4 {
    FONT-WEIGHT: bolder;
    FONT-SIZE: 11px;
    color: white;
    FONT-STYLE: normal;
    BACKGROUND-COLOR: black;
}
*/

p {
    font-size: small;
}
