* {
  box-sizing: border-box;
}

body {
  background-color: #E6E6E6; 
}

.header {
   width: auto;
   background-color: #333333;
   color: #A62B21;
   text-shadow: 1px 1px 5px white;
   padding-left: 14px;
   text-transform: ;
   text-align: left;
   font-family: Impact, Charcoal, Tahoma, Helvetica, Arial, sans-serif;
   font-size: 72px; 
   margin-bottom: 5px;
}

.topnav {
  overflow: hidden;
  background-color: #333;
}

/* Navbar links */
.topnav a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-family: Tahoma, Helvetica, Arial, sans-serif;
  text-transform: uppercase;
}

/* Links - change color on hover */
.topnav a:hover {
  background-color: #ddd;
  color: black;
}

.footer {
  background-color: #F1F1F1;
  text-align: left;
  font-family: "Courier New", Courier, "Lucida Sans Typewriter", "Lucida Typewriter", monospace;
  padding: 6px;
  font-size: 80%;
}

#wholepage {
   width: 1060px;
   padding: 5px;
   margin-left: auto;
   margin-right: auto;
   margin-top: 20px;
   background-color: #F1F1F1;
}

.titolo {
  color: #A62B21;
  margin-left: 10px;
  text-align: center;
  font-family: Impact, Charcoal, Tahoma, Helvetica, Arial, sans-serif;  
  font-size: 300%;
}

.sezione {
  color: #A62B21;
  text-align: left;
  font-family: Impact, Charcoal, Tahoma, Helvetica, Arial, sans-serif;  
  font-size: 200%;
}

.sezione2 {
  color: #A62B21;
  text-align: center;
  margin-bottom: 4px;
  font-family: Charcoal, Tahoma, Helvetica, Arial, sans-serif;  
  font-size: 200%;
}

.hr2 {
   border-top: 1px dotted;
   margin-top: 20px;
   padding: 5px;
}

.bg1 {
	background-color: #EDEAEA;
	border-bottom: 0px dotted grey;
	border-left: 0px dotted grey;
    color: #1C8BCC;
    font-family: Tahoma, Helvetica, Arial, sans-serif;  
    font-weight: bold;
    text-align: center;
    font-size: 22px;
    text-transform: ;
}

.bg2 {
	text-align: center;
    background-color: white;
	border-bottom: 1px dotted grey;
}

.bg3 {
	text-align: left;
    margin-left: 10px;
	background-color: white;
	border-bottom: 1px dotted grey;
}

.tavola {
	width:1050px;
    border:0px solid #A62B21;
    border-collapse: separate;
    border-spacing: 5px;
	padding:5px;
    font-family: Tahoma, Helvetica, Arial, sans-serif;  
	}

.tavola th {
	border:0px solid #1C8BCC;
    border-radius: 0px;
	padding:5px;
    width: 200px;
	height: 60px;
    background: #A62B21;
    color: white;
    text-transform: ;
	}
    
.tavola tr {
    border:1px solid #A62B21;
    width: 200px;
    height: 20px;
	padding:5px;
	background:#FFFFFF;
    }
   
.tavola td {
	text-align: center;
    border:1px solid #A62B21;
    border-radius: 0px;
    width: 200px;
    height: 50px;
	padding:5px;
	background:#E6E6E6;
    color: #111111;
    }

.black {
    background: black;
    }
.blue {
	background: #1C8BCC;
}

.ex1 {
    empty-cells: hide;
    }