body
{
 background-color: #c0e1d0;
 background-image: url(img/logo.jpg);
 background-repeat: no-repeat;
 background-position: 260px 10px;
 font-family: "Verdana";
}

.tabella_main
{
 text-align: center;
 width: 900px;
}

h1
{
 line-height: 0px;
}

h2
{
 color: blue;
 font-weight: bold;
 font-size: 28px;
}

.tabella_menu
{
 text-align: center;
 height: 200px;
 border-spacing: 1px;
 padding: 1px;
 width: 150px;
}

.colonne_menu
{
 border: 1px solid gray;
 height: 50px;
 width: 150px;
}



A.link_menu:link
{
 color: black;
 text-decoration: none;
 font-weight: bold;
}
A.link_menu:visited
{
 color: black;
 text-decoration: none;
 font-weight: bold;
}
A.link_menu:hover
{
 background-color: #189c63;
 color: white;
 text-decoration: none;
 font-weight: bold;
 display: block;
 line-height: 46px;
}
A.link_menu:active
{
 color: black;
 text-decoration: none;
 font-weight: bold;
}

A.link_email:link
{
 color: blue;
 text-decoration: none;
 font-weight: bold;
}
A.link_email:visited
{
 color: blue;
 text-decoration: none;
 font-weight: bold;
}
A.link_email:hover
{
 color: blue;
 text-decoration: underline;
 font-weight: bold;
}
A.link_email:active
{
 color: blue;
 text-decoration: none;
 font-weight: bold;
}
