BODY {
  border-color: #FFCC66; 
  font-size: 14px;
  background-image: url(sfondo.jpg);
  font-family:Verdana, Arial, Helvetica, sans-serif
}

.intestazione {
    font-size: 20px;
    font-weight: bold;
}

TD.menu {
    background-color: #333333;
}

.titolo {
    font-size: 20px;
    font-weight: bold;
}

.testo {
    font-size: 14px;
}

A {
    color: #000000;
    text-decoration: none;
}

A:Hover {
    color: #333333;
    text-decoration: underline;
}

A.menuitem1    {
    font-size: 16px;
	color: #666666;
	text-decoration: none;	
	font-size:larger; 
}

A.menuitem1:hover  {
    font-size: 16px; 
	color: #333333;
	text-decoration:underline;
	font-size:larger;  
}

A.menuitem2    {
	color: #666666;
	text-decoration: none; 
}

A.menuitem2:hover  { 
	color: #333333;
	text-decoration:underline; 
}

.errore {
	color:#FF0000;
}