/*
   Base Style Sheet for Giovanni Tonzig Web site.
   Copyright 2006. All Rights Reserved.
*/


/* vetrinetta */

.piccolo       	 	  
{
	font-family: Georgia;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
}

table.piccolo
{
	border-collapse:collapse;
	border-color:#666666;
	border-style: double;
	text-align:justify;
	background-color:#E3E2EB;
}


/* menu laterale */

A.menu:link, A.menu:visited 
{ 
	text-decoration: none;
	color:#E3E2EB;
	font-style: italic;
}

A.menu:hover 
{ 
	color:white;
	text-decoration: underline;
}

H3.menu       	 	  
{
	font-family: Georgia;
	color: #003366;
	font-size: 22px;
	font-style: italic;
	font-weight: normal;
	list-style-type: square;
}

TD.menu
{
	background-color: #003366;
}

TD.menu_lat
{
    background-image: url(images/menuombralat.gif);
}

/* pagina di contenuti */

BODY
{
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;	
	font-family: Georgia,TimesNewRoman;
	color: #003366;
}

H1       	 	  
{
	font-size: 24px;
	list-style-type: square;
}

H2       	 	  
{
	font-size: 18px;
	font-weight: bold;
	list-style-type: square;
	padding-top: 10px;
}

H3       	 	  
{
	font-size: 14px;
	font-weight: normal;
	list-style-type: square;
}

P       	 	  
{
	font-size: 12px;
	font-weight: normal;
	list-style-type: square;
}

LI       	 	  
{
	font-size: 12px;
	font-weight: normal;
	list-style-type: square;
}

TABLE     	 	  
{
	font-size: 12px;
	font-weight: normal;
	list-style-type: square;
}

A:link, A:visited 
{ 
	text-decoration: none;
	color:#666666;
	font-style: italic;
}

A:hover 
{ 
	color: red;
	text-decoration: underline;
}

P.notizie
{
	padding-left: 20px;
	text-align: justify;
}

P.menuhome
{
 	margin-top:-10px;
}