scuro {
	color: #2f343c;
}

medio {
	color: #acafb8;
}

chiaro {
	color: #e6e8eb;
}

body {
	background-image: url('../pics/texture.jpg');
	background-repeat: repeat;
}

/*paragrafi di testo*/


#index {
	color: #e6e8eb;
	font-family: "Helvetica Neue", arial,  sans-serif;
	font-size: 11px;
	letter-spacing: 0.8px;
	text-align: justify;
}

#testo {
	color: #000000;
	font-family: "Helvetica Neue", arial,  sans-serif;
	font-size: 11px;
	letter-spacing: 0.8px;
	text-align: justify;
	padding:0 10px 25px 10px;
	line-height: 18px;
}

h1{
	font-size: 18px;
	text-align: center;
}

.sfondo_grigio {
	background-color: #e6e8eb;
	width: 780px;
}

#linea_chiara {
	background-image: url('../pics/dot.png');
	background-repeat: repeat-x;
}

#linea {
	background-image: url('../pics/dot_dark.png');
	background-repeat: repeat-x;
}

#linea_vert {
	background-image: url('../pics/dot_dark_v.png');
	background-repeat: repeat-y;
	padding-left: 5px;
}

/*testo di versione ita-eng*/
#version {
	padding: 0px 0px 15px;
	font-variant: small-caps;
}

/*testo allineato a destra e a sinistra*/
sx {float: left;}
dx {float: right;}

/*Link*/
a:link {
	color: #e6e8eb;
	text-decoration: none;
}

a:visited {
	color: #e6e8eb;
	text-decoration: none;
}

a:hover {color:
	color: #e6e8eb;
	text-decoration: none;
}

a:active {
	color: #e6e8eb;
	text-decoration: none;
}

#testo a:link {
	color: #666666;
	text-decoration: none;
}

#testo a:visited {
	color: #666666;
	text-decoration: none;
}

#testo a:hover {color:
	color: #666666;
	text-decoration: none;
}

#testo a:active {
	color: #666666;
	text-decoration: none;
}

#canitesto a:link {
	color: #2f343c;
	text-decoration: none;
}

#canitesto a:visited {
	color: #2f343c;
	text-decoration: none;
}

#canitesto a:hover {color:
	color: #2f343c;
	text-decoration: none;
}

#canitesto a:active {
	color: #2f343c;
	text-decoration: none;
}

#testo .parenti a:link {
	color: #000000;
	text-decoration: none;
}

#testo .parenti a:visited {
	color: #000000;
	text-decoration: none;
}

#testo .parenti a:hover {color:
	color: #000000;
	text-decoration: none;
}

#testo .parenti a:active {
	color: #000000;
	text-decoration: none;
}


