@charset "utf-8";
/* CSS Document */


img {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#barraColori {
	background-image: url(../img/skin/barra.png);
	repeat:repeat-y;
	font-size: 9px;
	height: 30px;
	width: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	position:absolute;
	top:0px;
	left:0px;

}

#pulsantiColori
{
text-align:right;
position:relative;
left:55%;
top:3px;
width:44%;
}

#menu
{
	position:absolute;
	left:1%;
	top:10px;
	width:502px;
	height: 16px;
}

a:link, a:visited 
{
color:#000000; 
text-decoration:underline;
}
a:hover 
{
color:#000000; 
text-decoration:none;
}
a:active 
{
color:#000000; 
text-decoration:underline;
}
