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