body{

background-color:#4A839B;
background-image:url('bg.png');
background-attachment:fixed;
background-repeat:repeat-x;

scrollbar-3dlight-color: #FFD700; 
scrollbar-arrow-color: yellow;
scrollbar-base-color:#DEE7DE ; 
scrollbar-darkshadow-color: #C0C0C0; 
scrollbar-face-color: #4A839B; 
scrollbar-highlight-color:white; 
scrollbar-shadow-color: white;
scrollbar-track-color: #F7F3EF;

font-family: Verdana,Geneva,Arial,Helvetica;
font-size:12px;

margin: 0px;
padding: 0px; 
width: 100%;
height : 100%;
overflow: auto;

}


.menu_grigio {

background-color:#404040;
background-image:url('bg2.png');
background-repeat:repeat-x;

}


/* link,visited,hover,active */

a:link, a:visited, a:active {
	color: #1E90FF;
	text-decoration: none;
	font-family: Verdana,Geneva,Arial,Helvetica;
	font-size:12px;
}
a:hover {color:#FFA500;
text-decoration:none
font-family: Verdana,Geneva,Arial,Helvetica;
font-size:12px;
}

a.dual:link, a.dual:visited, a.dual:active {
	color: red;
	text-decoration: none;
}
a.dual:hover {color:#FFA500; text-decoration:none}

a.white:link, a.white:visited, a.white:active {
	color: white;
	text-decoration: none;
}
a.white:hover {color:#FFA500; text-decoration:none}
