body 
{
	text-align: center;
	margin: 0px;
	font-family: Georgia, Arial, Verdana, sans-serif;
	color: #000;
	font-weight: Normal;
}

#container
{
	width: 600px;
	margin: 30px auto;
	text-align: justify;
	font-size: x-small;

}
#container img
{
	width: 175;
	float: right;
	border: 2px #ebebeb solid;
	margin: 6px 0px 6px 10px;
}
#container a
{
	color: #000;
	font-size: x-small;
	text-decoration: none;
}
#container a:hover
{
	text-decoration: underline;
}

#header 
{
	width: 600px;
	text-align: center;
}
#header img
{
	background-position: top center;
	width: 490px;
	height: 278px;
	border: 0px;
}

h1
{
	font-size: small;
	font-weight: Normal;

}

h2
{
	font-size: x-small;
	font-weight: Normal;

}
h3
{
	font-size: x-small;
	font-weight: Normal;
	padding-bottom: 50px;

}

ul
{
	list-style: square;
}

li a
{
	color: #000;
	font-size: x-small;
	text-decoration: none;
}
li a:hover
{
	text-decoration: underline;
}

#link-sito {
	font-size: large;
	text-align: center;
	border: 1px #000 solid;
	margin: 50px;
	background: #177599;
}
#link-sito a {
	font-size: large;
	color: #fff;
	background: #177599;
}
#link-sito a:hover {
	font-size: large;
	text-decoration: none;
	background: #177599;
	color: #fff;
}