﻿body 
{
	width:80%;
	margin-left:auto;
	margin-right:auto;
    font-family:"Bookman Old Style",Tahoma,Arial;
    font-size:0.9em;
    color:White;
    background-color:Navy;
}
#container
{
	 width:100%;
	 border:1px dotted white ;
}
#header
{
	 width:98%;
	 background-color:Blue;
	 margin-left:auto;
	margin-right:auto;
}
#corpo
{
	 width:100%;
}
#footer
{
	 width:98%;
	 font-size:0.8em;
	 text-align:center;
	 background-color:Blue;
	 margin-left:auto;
	margin-right:auto;
}
#Advert
{
	background-color:Aqua;
	width:93%;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	color:Blue;
}
.ListaLink
{
	 display:inline-block;
	 font-size:1em;
}
div
{
	padding:5px;
}
h1,h2,h3,h4
{
	margin:0px;
}
a
{
	color:White;
    text-decoration:none;
}
a:hover
{
	color:Orange;
	text-decoration:underline overline;
}