@charset "UTF-8";
/* CSS Document */

* {
  padding: 0px;
  margin:0px;
}

img {
	border:0px;
}

body {
  	background-image: url(immagini/bg.gif);
	background-position:top center;
	background-repeat:no-repeat;
	background-color:#dc344d;
	border-collapse:collapse;
	border:0px;
	margin:0 auto 0 auto;
}

div.contenuto {
  display:     block;
  width:       990px;
  height:      750px;
  position:    absolute;
  top:         50%;
  left:        50%;
  margin:      -375px 0 0 -495px;
}

h1 {
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
	font-size: 30px;
	color: #df3750;
	font-weight:bold;
}


p {
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height:26px;
	color: #2a2a2a;
	text-align:justify;
}

p A:LINK {
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height:26px;
	color: #df3750;
	text-decoration:underline;
}

p A:VISITED {
	color: #df3750;
	text-decoration:underline;
}

p A:HOVER {
	color: #cbc926;
	text-decoration:underline;
}

.piccolo {
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #df3750
}

.piccolo A:LINK {
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #df3750;
	font-weight:bold;
	text-decoration:none;
}

.piccolo A:VISITED {
	color: #df3750;
	font-weight:bold;
	text-decoration:none;
}

.piccolo A:HOVER {
	color: #df3750;
	font-weight:bold;
	text-decoration:underline;
}

.footer {
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #ffffff;
	font-weight:bold;
}

.footer A:LINK {
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #ffffff;
	font-weight:bold;
	text-decoration:none;
}

.footer A:VISITED {
	color: #ffffff;
	font-weight:bold;
	text-decoration:none;
}

.footer A:HOVER {
	color: #df3750;
	font-weight:bold;
	text-decoration:underline;
}
