div#header {
  font-family : Arial;
  font-size : 150%;
  text-align: center;
  background-color: Brown;
  color : Silver;
}

div#logo {

}

div#navigation {
  float: left;
  width: 150px;
  padding: 10px 10px 10px 10px;
  background-color: Brown;
  background-image: url(/images/bgr-rosso.gif);
  color : Yellow;
}

div#extra {
  float: right;
  width: 150px;
  padding: 10px 10px 10px 10px;
  background-color: Brown;
  background-image: url(/images/bgr-rosso.gif);
  color : Yellow;
}

div#footer {
  text-align: center;
  background-color: Brown;
  color : Black;
}

div#content {
  margin : 0px 170px;
  padding : 1em 10px;
}

div#extra div.newsbox li{
  list-style: square;
  font-family: "Courier New";
  font-size: small; 
  text-align: left;
  color: Green;
}

body {
  background-color: Brown;
  background-image: url(/images/acqua.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
  color: Black;
}

table {
  border-collapse: collapse;
}

td, th {
  font-family: sans-serif;
  border: 1px solid #000000; 
  font-size: 75%; 
  vertical-align: baseline;
}

H1 {
  border: 1px solid #000000; 
  background-color: #9999cc;
  font-family: sans-serif;
  font-size: 120%; 
  vertical-align: baseline;
}

H2 {
  border: 1px solid #000000; 
  background-color: #9999cc;
  font-family: sans-serif;
  font-size: 100%; 
  vertical-align: baseline;
}

.menu {
  font-family: Courier; 
}

.ht {
  background-color: #9999cc;
  font-weight: bold;
  font-size: 90%;
  color: #000000;
  text-align: center;
}

.et {
  background-color: #ccccff; 
  font-size: 90%; 
  color: #000000;
}

.hl {
  background-color: #9999cc;
  font-weight: bold;
  font-size: 70%;
  color: #000000;
  text-align: center;
}

.el {
  background-color: #ccccff; 
  font-size: 50%; 
  color: #000000;
}

.kt {
  background-color: #ccccff; 
  text-align:center;
  font-size:small;
}

.h {
  background-color: #9999cc; 
  font-weight: bold; 
  color: #000000;
}

.e {
  background-color: #ccccff; 
  font-weight: bold; 
  color: #000000;
}

.h1 {
  background-color: #9999cc; 
  font-family: sans-serif;
  font-weight: bold; 
  font-size: 200%; 
  text-align: center;
  color: Black;
}

.h2 {
  background-color: #ccccff; 
  font-family: sans-serif;
  font-size: 120%; 
  color: Black;
}
