﻿body 
{
    background-color:white;
    font-size:60%;
    font-family:Verdana;
    color:Black;
    margin-top:3px;
}
div
{
    font-family:Verdana;
    font-size:100%;
    padding:0 0 0 0;
    margin:0 0 0 0;  
    overflow:hidden;
    }
table#Site
{
    background-color:Transparent;
    border:solid 0px green;
    }

UL LI	
{	
	list-style-type:	square ;
	color: Black;
}
a:link
{
    text-decoration:none;
    color:Black;
    }
a:hover
{
    text-decoration:underline;
    /*color:#990000;*/
    }
a:visited
{
    text-decoration:none;
    color:Black;
    }
a:active
{
    color:Black;
    text-decoration:none;
    }
.Footer
{
    background-image:url(Immagini/footer.png);
    background-position:left;
    background-repeat:no-repeat;
    background-color:#e8e8e8;
    width:900px;
    height:60px;
    }