@charset "utf-8";
/* CSS Per la Pagina di Redirect del Prosciuttificio Prolongo

Colori
-------
Verde scuro: #162624
Rosso scuro: #990711
Rosa salmone: #f6b987
Bianco: #FFFFFF 

*/

body {
	background-image:url(sfondo.jpg);
	background-repeat:repeat;
	color:#162624;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-align:center;
}

.content {
	display:block;
	width:500px;
	height:100%;
	margin:8% auto 8% auto;
}

.footer{
	padding-top:30px;
	font-size:0.7em;
	color:#990711;
}

.logo {
	text-align:center;
	border: none;
	display:block;
    margin:10px auto 10px auto;
}

h1 {

}

h2 {

}

.paragraph {
	text-align:center;
	font-size:1.1em;
	font-style:italic;
}

.cap {
	font-weight:bold;
	color:#990711;
}

a,
a:link,
a:visited {
	color:#990711;
	text-decoration:none;
	font-weight:bold;
}
a:hover {
	color:#f6b987;
}

a.collegamento,
a.collegamento:link,
a.collegamento:visited {
	color:#990711;
	text-decoration:none;
	font-weight:bold;
	font-style:italic;
	
}
a.collegamento:hover {
	color:#f6b987;
}

