A:link, A:visited { text-decoration: none }
A:hover { color: orange}
A:hover { text-decoration: none }

body
{
background:url(images/bgmain.jpg);
background-repeat:repeat-x;
background-color:#769423
}

.imgs
{
border-width:1;
border-style: orange;
border-color:#CC6600;
}

.imgsBianco
{
border-width:1;
border-style: solid;
border-color:#ffffff;
}

.trattoGrigio
{
	border-bottom-width: 1;
	border-bottom-style:dashed;
	border-bottom-color:#CCCCCC
}

.trattoSx
{
border-left-width:1;
border-left-style:dashed;
border-left-color:#cccccc;
}

.tabMarrone
{
background:url(images/bgmarrone.jpg);
background-repeat:repeat-x;
background-color:#CC6600;
border-bottom-width:1;
border-bottom-style:solid;
border-bottom-color:#CC6600;
}

.tabBianco
{
border-top-width:5;
border-top-style:solid;
border-top-color:#CC6600;
border-bottom-width:5;
border-bottom-style:solid;
border-bottom-color:#CC6600;
}

