﻿body
{
    background-color: white;
}
#contenitore
{
    font-family: Verdana, Serif;
    width: 760px;
    position: absolute;
    left: 50%;
    margin-left: -380px;
    top: 0px;
    background-image: url(Immagini/Sfondi.gif);
    background-repeat: repeat-y;
    font-size: 80%;
    height: auto;
}
#head
{
    width: 760px;
}
#nav
{
    width: 770px;
    height: 15px;
}
#contentdiv
{
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    line-height: 20pt;
}
#footer
{
    width: 100%;
    background-color: lightblue;
    color: silver;
}
A:active
{
    color: white;
}
A:link
{
    color: black;
    text-decoration: none;
}
A:hover
{
    color: black;
}
A:visited
{
    color: black;
}