/* By Paolo Pomini 2006 http://www.lesds.it - Copyright */

/* Tutto il testo size x-small */
body {
	background-color: #333333;
	font-family: Arial;
	font-size: small;
	color: #CCCCCC;
	scrollbar-base-color: #333333;
	scrollbar-arrow-color: #333333;
}
/* Titoli pagine iniziali size large */
h1 {
	color: #CCCCCC;
	font-size: large;
	font-family: Arial;
}
/* Paragrafi size medium */
p {
	color: #CCCCCC;
	font-size: medium;
	font-family: Arial;
	font-weight: bold;
}
ul {
	color: #CCCCCC;
	font-family: Arial;
}
li {
	color: #CCCCCC;
	font-family: Arial;
}

table {
	background-color: #333333;
	font-family: Arial;
	color: #CCCCCC;
}

td {
	background-color: #333333;
	font-family: Arial;
	font-size: small;
	color: #CCCCCC;
}

div {
	background-color: #333333;
	font-family: Arial;
	color: #CCCCCC; 
       }

/* Selettori dei link */
A:LINK {
	font-family: Arial;
	text-decoration: none;
	color: #6495ED;
	height: auto;
}

A:VISITED {
	font-family: Arial;
	text-decoration: none;
	color: #6495ED;
}

A:HOVER {
	font-family: Arial;
	color: Yellow;
}


/* By Paolo Pomini 2006 http://www.lesds.it - Copyright */
