BODY
{
    COLOR: black;
    BACKGROUND-COLOR: white
}

.tabmadre
{
    WIDTH: 100%;
    BORDER-TOP-STYLE: none;
    BORDER-RIGHT-STYLE: none;
    BORDER-LEFT-STYLE: none;
    BORDER-BOTTOM-STYLE: none
}

.tabmisura
{
  WIDTH: 95%;
}
  
.colonnaindice
{

	width: 22%;
	color: red;
   FONT-SIZE: x-small;
   FONT-FAMILY: arial, sans-serif;
	FONT-WEIGHT: bold
	}
	
.rigaindice
{
	TEXT-ALIGN: center;
	color: blu;
   FONT-SIZE: xx-small;
   FONT-FAMILY: arial, sans-serif
	}

.scrittagrande
{
	TEXT-ALIGN: center;
	color: blu;
   FONT-SIZE: x-small;
   FONT-FAMILY: arial, sans-serif
	}


A A:link
{
    COLOR: green;
    TEXT-DECORATION: underline

}

A:hover
{
    COLOR: green;
    TEXT-DECORATION: underline	
}

a A:visited
{
    COLOR: red;
    TEXT-DECORATION: undeline
}
	
A:active
{
    COLOR: red;   
    TEXT-DECORATION: underline
}

.cornicetab
{
   border: dashed;
   FONT-SIZE: medium;
   FONT-FAMILY: tahoma, arial
   
}


.cornicetab2
{ 
	border: groove;
	font-family: tahoma, arial;
	font-size: x-small;
}

.arial
 {
 FONT-SIZE: medium;
 FONT-FAMILY: arial
 }