/* tag html */
body {
	font: 12px Arial, Helvetica, sans-serif;
	color: #000;
	background: url(../immagini/background.jpg) repeat fixed;
}

a {
	font-weight: bold;
	color: #630;
	text-decoration: none;
}

a:hover {
	font-weight: bold;
	color: #93633D;
	text-decoration: none;
}

h1 {
	font-size: 16px;
	font-style: italic;
	color: #630;
	border: 1px solid #630;
	text-align: center;
	background: url(../immagini/text.jpg);
	padding: 2px;
}

h2 {
	font-size: 16px;
	font-style: italic;
	background: #AF8356;
	text-align: center;
	color: #E4CEA7;
}

textarea, text, input, select {
	font-size: 11px;
	color: #000;
	background: #E5CEA5;
	border: 1px solid #630;
}

table {
	font-size: 12px;
}

/* classi */
.evidenzia1 {
	font-weight: bold;
	color: #630;
	border-top: 0px dotted #630;
	border-right: 0px dotted #630;
	border-bottom: 1px dotted #630;
	border-left: 0px dotted #630;
}

.image {
	border: 1px solid #9D6E44;
}

.evidenzia2 {
	background: url(../immagini/text.jpg);
	border-top: 1px solid #B28657;
	border-right: 1px solid #B28657;
	border-bottom: 1px solid #630;
	border-left: 1px solid #630;
}

.credits {
	font-size: 10px;
}

