body {
 background-color: #000000;
 color: #FFFFFF;
 text-align: justify;
 font-family: Verdana;
 font-size: 12px;
}

h1, h2  {
 color: blue;
}

a {
 text-decoration: none;
 font-size: 14px;
 color: #00ffff; 
}

a:hover {
 text-decoration: underline;
 color: red;
}

#content {
 position: absolute;
 left: 165px;
 top: 100px;
}

#header {
 position: absolute;
 top: 10px;
 left: 10px;
 width: 100%;
 text-align: center;
}

#header a {
 font-size: 12px;
}

#lingua {
 text-align: right;
}

#menu {
 position: absolute;
 top: 100px;
 left: 10px;
 width: 150px;
}

#menu ul {
 padding-left: 0px;
 margin-left: 0px;
 font-size: 12px;
 list-style-type: none;
}

#menu a {
 font-size: 12px;
}

#menu a, li {
 display: block;
 padding: 2px;
}

#menu a:hover {
 background-color: #DDDDFF;
}

.nascosto {
 color: #000000;
}