body
{
 background-color: #c0e1d0;
 background-image: url(img/logo.jpg);
 background-repeat: no-repeat;
 background-position: top;
 font-family: "Verdana";
}

.tabella_home
{
 text-align: center;
 width: 800px;
 height: 400px;
}

.testo_home
{
 font-weight: bold;
}

h1
{
 line-height: 0px;
}

A.link_bandiere:link
{
 color:#0000ff;
 text-decoration: none;
 font-weight: bold;
}
A.link_bandiere:visited
{
 color:#0000ff;
 text-decoration: none;
 font-weight: bold;
}
A.link_bandiere:hover
{
 color:#0000ff;
 text-decoration: underline;
 font-weight: bold;
}
A.link_bandiere:active
{
 color:#0000ff;
 text-decoration: none;
 font-weight: bold;
}

