body {
	background: #FFF url(immagini/s3bg1.gif);
	
	font: 100% Verdana, Arial, Helvetica, sans-serif;

	margin: 0; /* è buona norma impostare a zero i valori margin e padding dell'elemento body per tenere conto delle diverse impostazioni predefinite dei browser*/

	padding: 0;

	text-align: center; /* centra il contenitore nei browser IE 5*. Il testo viene quindi impostato con l'allineamento predefinito a sinistra nel selettore #container */
	
	color:#FFF;
}

h1 {
	color: #FF6666;
}

h2 {
	color: #FFC;
}

h3, h4  {
	color: #FFC;
}

h5, h6 {
	color: #FFCCCC;
}

a {
	color: #FFF;
}

/* Note: a:hover MUST come after a:link and a:visited in the CSS definition in order to be effective!!

Note: a:active MUST come after a:hover in the CSS definition in order to be effective!! */

a:link {color: #FF0000}     /* unvisited link */
a:visited {color: #F00}  /* visited link */
a:hover {color: #F00}   /* mouse over link */
a:active {color: #F00}   /* selected link */

form {
	background-color: #990000;
}

table.old td, th {
	color: #FFOOOO;
}

table.old td a {
	font-style: normal;
	font-variant: normal;
	text-decoration: none;
	color: #FF0000;
	text-decoration : underline;
	font-family: Verdana, sans-serif;
	font-weight: bold;
}



table.new td, th {
	color: #3CF;
}

table.new td a {
	font-style: normal;
	font-variant: normal;
	text-decoration: none;
	color: #3CF;
	text-decoration : underline;
	font-family: Verdana, sans-serif;
	font-weight: bold;
}

.claim
 {
	text-decoration: none;
	color: #3399FF;
	text-decoration : underline;
	font-family: Arial, sans-serif;
	font-weight: bold;
	font-size: 30px;
	font-style: italic;
	text-align: center;
	padding: 5px;
}

table.aereo {
	margin:auto;
	padding:2px;
	border: 1px solid #FC0;
}

table.aereo th {
	padding:5px;
	margin:auto;
	color: #FFC;
	font-style: normal;
	font-variant: normal;
	text-decoration: none;
	font-family: Verdana, sans-serif;
	font-weight: bold;
	border: 1px solid #FC0;
}

table.aereo td {
	padding:5px;
	margin:auto;
	font-style: normal;
	font-variant: normal;
	color: #FFFFFF;
	font-family: Verdana, sans-serif;
	font-weight: normal;
	font-size: 13px;
	text-align: left;
	border: 1px solid #FC0;

}



table.new {
	margin:auto;
}

table.new td {
	font-style: normal;
	font-variant: normal;
	text-decoration: none;
	color: #FFF;
	font-family: Verdana, sans-serif;
	font-weight: normal;
	
}

table.new td a {
	font-style: normal;
	font-variant: normal;
	text-decoration: none;
	color: #3CF;
	text-decoration: underline;
	font-family: Verdana, sans-serif;
}

#aereo
{
	margin:auto;
	padding:2px;
	border: 1px solid #FC0;
}

