BODY {
 background: #eef8fb;
}

#logo {
 padding: 12px;
 position: absolute;
 border: 0px;
 top: 0px;
 left: 0px;
 width: 70px;
 height: 71px;
}

A, P, H1 {
 font-family: arial;
 color: darkblue;
}

H1 {
 font-size: 1.6em;
}

H2 {
 font-family: arial;
 color: white;
 font-size: 1.4em;
 line-height: 20px;
}

I {
 line-height: 8px;
 color: lightblue;
}

.comment {
 color: darkblue;
 font-style: italic;
 font-size: 100%;
}

#leftlinks {
 padding: 12px;
 position: absolute;
 top: 100px;
}

.tableheading {
 background: #1056cb;
 padding: 4px;
}

.innertext {
 background: #cadde3;
 font-family: helv;
 font-size: 0.9em;
 text-align: center;
}

.innerpicture {
 background: #89aee0;
 text-align: center;
 padding: 4px;
}

#contatore {
 font-family: helv;
 font-size: 0.9em;
 font-weight: bold; 
 text-align: center;
}

#contatore:first-line {
 background: white;
}

#leftcolumn {
 position: absolute;
 height: auto;
 width: 100px;
 left: 0px;
 top: 0px;
 padding: 2px;
}

#middlecolumn {
 position: absolute;
 height: auto;
 width: 750px;
 top: 0px;
 left: 99px;
 padding: 4px;
 text-align: center;
}

#rightcolumn {
 position: absolute;
 height: auto;
 width: 100px;
 left: 870px;
 top: 0px;
 padding: 2px;
 text-align: center;
}

.callouttitle {
 font-family: helv;
 font-weight: bold;
 font-size: 0.9em;
 color: white;
 background: #1056cb;
}

.calloutitems {
 font-family: helv;
 font-size: 0.9em;
 color: #1056cb;
}

