/* you can use pt size for Print css cause the printers like it*/
/* Never rely on color for print cause they may not have a color printer*/

body {
	font: 13pt "Times New Roman", TimesNR, Times, serif;
}

.appetit {
	display: none;
}

table {
	width: 80%;
}

TD.titlewhereto {
	display: none;
}

TD.whereto {
	display: none;
}

img {
	display: none;
}

address {
	border-top: 1px solid;
	margin- top: 2em;
	font-style: italic;
	font-size: smaller;
	text-align: right;
	color: gray;
}

center {
	margin: 0 0 0 -6em;
}

form {
	display: none;
}

ul li {
	list-style: none;
}
