body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	margin: 0px;
	background-color: #000000;
	color: #333333;
}
a {
	text-decoration : none;
}
a:visited {
	color : Blue;
}
#copyright {
	font-size: xx-small;
	color: #CCCCCC;
	text-align: right;
	margin-bottom: 3px;
}
#copyright a:link {
	text-decoration: none;
	color: #FFFFFF;
}
#copyright a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
#copyright a:hover {
	color : #CCFFFF;
}
.testo {
	font-size: xx-small;
}
.titolo {
	font-size: xx-small;
	font-weight: bold;
	color: #990000;
}
#menu {
	font-size: xx-small;
	color: #FFFFFF;
	margin-left: 10px;
	margin-right: 10px;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 5px;
}
#menu a:link {
	text-decoration: none;
	color: #FFFFFF;
}
#menu a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
#menu a:hover {
	color : #CCFFFF;
}
#body {
	margin: 5px;
}
#menu_left {
	font-size: xx-small;
	color: #FFFFFF;
	margin-left: 10px;
	margin-right: 0px;
	text-align: right;
	margin-top: 5px;
	margin-bottom: 20px;
}
#menu_left a:link {
	text-decoration: none;
	color: #FFFFFF;
}
#menu_left a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
#menu_left a:hover {
	color : #CCFFFF;
	list-style : square;
}
ul {
	list-style-image: url(immagini/freccia.gif);
}
.bianco {
	font-size: xx-small;
	color: #FFFFFF;
}