A 		  {text-decoration: none; color: #000000;}
A:LINK    {text-decoration: none; color: #000000;}
A:VISITED {text-decoration: none; color: #000000;}
A:HOVER   {text-decoration: underline; color: #000000;}
body {
	background-image: url(immagini/base1.jpg);
	background-position: center center;
	background-repeat: repeat;
	}
.contenuti {
	background-color:#F3EADD;
	font-family: georgia, serif;
	font-size: 8pt;
	color: #000000;
	padding:10px;
	vertical-align: top;
	line-height: 17px;
	}
.basso {
	background-color:#F3EADD;
	font-family: georgia, serif;
	font-size: 8pt;
	color: #000000;
	padding:2px;
	text-align:right;
	}
.apertura { 
	font-family: georgia, serif;
	font-size: 8pt;
	color: #ffffff;
	width:250px;
	text-align:center;
	}
td.menu { 
	font-family: georgia, serif;
	font-size: 8pt;
	color:#FFFFFF;
	vertical-align: center;
	}
a.menu {
	color:#FFFFFF;
	text-decoration: None;
	position: relative;
	display: Block;
	padding: 3px;
	border-bottom: dashed 1px #ffffff;
	}
a:visited.menu {
	color:#FFFFFF;
	text-decoration: None;
	position: Relative;
	display: Block;
	padding: 3px;
	border-bottom: dashed 1px #ffffff;
	}
a:hover.menu {
	color:#FFFFFF;
	background-color: #A24550;
	text-decoration: None;
	position: Relative;
	display: Block;
	padding: 3px;
	padding-left: 10px;
	border-bottom: dashed 1px #ffffff;
	}
div.barra {
	height: 470px;
	width:355px;
	overflow:auto;
	scrollbar-3dlight-color: #DCCBB2; 
	scrollbar-arrow-color: rgb(255,255,255);
	scrollbar-base-color: #DCCBB2; 
	scrollbar-darkshadow-color: #DCCBB2; 
	scrollbar-face-color: #DCCBB2; 
	scrollbar-highlight-color: white; 
	scrollbar-shadow-color: white;
	scrollbar-track-color: #F3EADD; 
	}