
body{
	background-color: #475e8c;
	background-repeat: no-repeat;
}
/*body {
	
	background-color: #000000;
	background-repeat: no-repeat;
	margin-top: 20px;
	
}
*/
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-align: center;
	color: #ffffff;
	font-weight: bolder; 
}
p
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #ffffff;
}
  
  .titoloH { color: #ffffff;
    font-family: Arial,Helvetica,sans-serif;
    font-weight: bolder;
    font-size: 28px;
    text-align: left;
    font-style: italic;
	margin-left: 200px;
	margin-top: 25px;
    }
  
  .titoloT { color: #ff6633;
    font-family: Arial,Helvetica,sans-serif;
    font-weight: bolder;
    font-size: 28px;
    text-align: left;
    font-style: italic;
	margin-left: 20px;
	margin-top: 5px;
    }
	table
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #ffffff;
	margin-left: auto;
	margin-right: auto;

}
  td { 
    vertical-align: middle;
    padding-right: 5px;
    padding-left: 5px;

    }

/*stile elenco non ordinato*/	
ul {
	list-style: outside disc;
	font-family: Arial,"Times New Roman",Verdana,Helvetica,sans-serif;
	font-size: 16px;
	font-style: bold;
	color: #fffff;
	text-align: left;
	margin-right: 50px;
	margin-top: 25px;
}
li{
	color: #ffffff;
	font-family: Arial,"Times New Roman",Verdana,Helvetica,sans-serif;
	font-size: 16px;
	font-weight: bolder; 
	margin: 25px;

}
  
  *:link { font-family: Arial,Helvetica,sans-serif;
    font-size: 28px;
    font-style: normal;
    line-height: normal;
    font-weight: bold;
    color: #ff6633;
    text-decoration: none;
    }

  *:visited { font-family: Arial,Helvetica,sans-serif;
    font-size: 28px;
    font-style: normal;
    line-height: normal;
    font-weight: bold;
    color: #ffffff;
    text-decoration: none;
    }

  *:active { font-family: Arial,Helvetica,sans-serif;
    font-size: 16px;
    font-style: normal;
    line-height: normal;
    font-weight: bold;
    color: #ff6633;
    text-decoration: none;
    }