BODY {
	scrollbar-base-color : #CB4836
	;
	scrollbar-arrow-color : #CB4836;
	scrollbar-3dlight-color : #FFE5C7;
	scrollbar-darkshadow-color : #CB4836;
	scrollbar-face-color :#FFE5C7;
	scrollbar-highlight-color :#CB4836;
	scrollbar-shadow-color :#CB4836;
	background-image : url(../img/sfondo.jpg);
	background-position : center;
	background-repeat : no-repeat;
	font-family : Arial, Helvetica, sans-serif;
}

.testo

{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : #091D42;
	font-weight : normal;
	text-indent : 1px;
}

.bordo
 {
	border-bottom : 0px;
	border-bottom-color : #091D42;
	border-bottom-style : solid;
	border-left : 0px;
	border-right : 0px;
	border-top : 1px;
	border-top-color : #091D42;
	border-top-style : solid;
}

.no-bordo
 {
	border-bottom : 0px;
	border-bottom-color : #091D42;
	border-bottom-style : solid;
	border-left : 0px;
	border-right : 0px;
	border-top : 0px;
}


A.link {
	color : #091D42;
	text-decoration: none;
	font-weight : bold;
	font-size : x-small;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
}

A.link:VISITED {
	color : #091D42;
	text-decoration: none;
	font-weight : bold;
	font-size : x-small;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
}

A.link:HOVER {
	color : #CB4836;
	text-decoration: underline;
	font-weight : bold;
	font-size : x-small;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
}

