}/* CSS Document */

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
body {
	background-color: #FFFCE8;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.dicitura_fondo {
	font-size: 11px
}

.titolo_sezione {
	font-size: 14px;
	color:#FF0000;
	font-weight:bold;
}
.novita {
	font-size: 18px;
	color:#FF0000;
	font-weight:bold;
	text-decoration:underline;
}

.nome_pizza {
	font-size: 12px;
	color:#000000;
	font-weight:bold;
}
.ingredienti {
	font-size: 11px;
	color:#000000;
	font-weight:normal;
}
.prezzi_pizza{
	font-size: 12px;
	color:#000000;
	font-weight:normal;
}

.evidenza {
	font-size: 14px;
	color:#000000;
	font-weight:bold;
}

a:link {
	color: #000000;
	text-decoration:none;
}
a:visited {
	color: #000000;
	text-decoration:none;
}
a:hover {
	color: #000000;
	text-decoration:underline;
}
a:active {
	color: #000000;
	text-decoration:none;
}

hr {
	size:1px;
	width:80%;
	color:#333333;
}
	
.tabella1 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color:#000000;
}