/* CSS Document */


body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image:url(../immagini/interfaccia/sfondo_fuori.jpg);
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: Black;
}

p.titolo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #990000;
	font-weight: bold;
	text-indent: 8px;
}

p.prodotti {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	font-weight: bold;
	text-indent: 8px;
}

li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: Black;
}
a:link {
	color: #990000;
}
a:hover {
	color: #FF0000;
}
a:visited {
	color: #990000;
}

input {
	height: 18px;
	font-size: 10px;
}

select {
	height: 18px;
	font-size: 10px;
}

input.bottone {
	height: 26px;
	font-size: 10px;
}

input.paypal {
	height: 47px;
	font-size: 10px;
}

table.prodotti {
	border-color: #990000;
}

a.prodotti:link {
	color: #000000;
}
a.prodotti:hover {
	color: #FF0000;
}
a.prodotti:visited {
	color: #000000;
}

