ul {
	list-style-image: url(immagini/solettino.gif);
}
table {
	border: thin none;
}
hr {  color: #FFCC00}
a:link {
	color: #003399;
	text-decoration: none;
}
a:hover {
	color: #FF6600;
	text-decoration: underline;
}
a:visited {
	color: #003399;
	text-decoration: none;
}
input {
	font-size: 12px;
	color: #333399;
	background-color: #FFCC33;
	border: 1px dotted #FF9900;
}
textarea {
	font-size: 12px;
	color: #003399;
	background-color: #FFCC33;
	border: 1px dotted #FF9900;
}
