﻿	
/* Stili per i tag DIV */
#titolo  {
	color: #C0C0C0;
	background-color: #000000;
	font-family: Lucida Handwriting;
	font-size: xx-large;
	background-color: #000000;
	text-align: center;
	padding:20 0 0 0; 
}

#navigation {
    color:#C0C0C0; 
    font-family: Lucida Handwriting;
	width: 720px;
	background-color: #000000;
	text-align: left;
	margin:auto;
}

#navigation td{
    color:#C0C0C0; 
    background-color:#000000;    
	width: 110px;
	text-align:center;
}


#navigation a {
	background-color: #000000;
	font-family: Lucida Handwriting;
	font-size:small;
	font-weight: bold;
	font-style: italic;
	text-decoration: none;
	color: #C0C0C0;
}

#navigation a:hover {
	background-color:#000000;
	font-size:x-large;
	color:orange; 	
}
