@charset "utf-8";
body {
	text-align: center;
	background-color: #FFFFFF;

}
#HOME {
	background-repeat: repeat;
	width: 870px;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 0.8em;
	color: #898989;
	letter-spacing: 0.2em;
	text-align: left;
	word-spacing: 0.1em;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
}

#accedi {
	background-image: url(../immagini/sfondo-accedi.png);
	background-repeat: no-repeat;
}

#accedi  a   {
	color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
#accedi a:hover {
	color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	background-image: url(../immagini/sfondo-accedi-hover.png);
	background-repeat: no-repeat;
	font-weight: bold;
}

a {
	color: #898989;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #898989;
	text-decoration: none;
}
a:hover {
	color: #333333;
	text-decoration: none;
	background-color: #EF931C;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	font-weight: bold;
}
