/* CSS Document */
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #666666;
}
a:link {
	color: #663300;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #CC0099;
}
a:hover {
	text-decoration: underline;
	color: #FF0000;
	background:#cfd1de;
}
.titolo {
	color: #663300;
	margin-left: 20px;
	text-decoration: strong;
}
.titolo1 {
	color: #009900;
	margin-left: 20px;
	text-decoration: bold;
	border-bottom:  1px dashed #009900;
}
.tabella td:hover { background-image: url(../zoldo/immagini/stripe.png) }
a:active {
	text-decoration: none;
}

body {
	background-color: #989898;
	background-image: url(../zoldo/immagini/stripe.png);
}

