/* Definisco le regole per il corpo del documento */
body { 
  background: white;
/*  background: RoyalBlue; */
  font-family: arial;
  font-size: 10px;
  color: navy;
}

div {
  margin-top: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
  margin-left: 10px;
  text-align: center;
}

/* Dichiariamo un ID per il paragrafo div1 */

#div1 a:link {
  color: orange;
  text-decoration: none;
  font-weight: bold;
}

#div1 a:visited {
  color: orange;
  text-decoration: none;
  font-weight: bold;
}

#div1 a:hover {
  color: red;
}

/* il titolo */

h2 {
  color: navy;
  text-align: center;
  font-weight: bold;
}

table.table1 {
  width: 100%;
}

table.table2 {
  width: 60%;
  table-layout: fixed;
  background: navy;
  border: 1px solid white;
  border-spacing: 3px;
  padding: 3px; 
}

table.table2 td{
  color: white;
  text-align: left;
  font-weight: bold;
}

td div.centra { 
color:red;
text-align:center; 
}
