#root {
    height: 860px;
    width: 100%;
    border-spacing: 1px;
    font-family: Verdana;
    font-size: small;
    color: #111166;
}
#uno {
    height: 105px;
    width: 125px;
    background-color: #ddddff;
    padding: 5px;
}
#due {
    height: 105px;
    background-color: #ddddff;
    padding: 5px;
    text-align: center;
    font-family: Times;
    font-size: 70px;
}
#tre {
    width: 125px;
    background-color: #ddddff;
    vertical-align: top;
    padding: 5px;
}
#quattro {
    background-color: #ddddff;
    vertical-align: top;
    padding: 5px;
}



.noline {
text-decoration: none;
}



a:link {
    color: #1111bb;
}
a:visited {
    color: #8888bb;
}
a:active {
    color: #cc1111;
}
a:hover {
    color: #ff9900;
    font-weight: bold;
}
