@charset "utf-8";

body
{
	
	background-color: #E5E2D3;
	background-image: url('immagini/bg.jpg');
	background-repeat: repeat-x;
	background-attachment: scroll;
	background-position: top left;
}



.tasti{
cursor:pointer; 
}

.tasti:hover{
color: #FFFFFF;
background-color:#DAB62A;
}

.menu-txt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #F2FF00;
	letter-spacing: 1px;
	font-weight: bold;
	
}
.clock {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
}
.submenutxt {
	font-family: Arial, Helvetica, sans-serif;
	color: #066BB1;
	letter-spacing: 1px;
	font-size: 11px;
	font-weight: bold;
}
.txtmain {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
.subtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #066BB1;
}
.title-category {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #066BB1;
}
.color2 {
	color: #DAB62A;
}
.title-category .color2 {
	color: #000;
}