/* CSS Document */

body {
	background-image: url(immagini/fondor1.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center center;
	background-color: #E4CFCE;
}
body,td,th {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px;
	color: #993333;
}
a {
	color: #993333;
}
a:visited {
	color: #993333;
}
a:hover {
	color: #993333;
}
a:active {
	color: #993333;
}
.Stile3 {font-size: 9px}
.buttonscontainer {width: 90%;}

.buttons a {
	color: #E4CFCE;
	background-color: #9D5A57;
	padding: 2px 2px 2px 7px;
	font: 11px Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	display: block;
	margin: 0px 0px 2px;
	width: 100%;
	text-align: left;
	border-top: 1px ridge #FFFFFF;
	border-right: 1px ridge #FFFFFF;
	border-bottom: 1px ridge #97635B;
	border-left: 1px ridge #97635B;
}

.buttons a:hover {
	padding-left: 8px;
	padding-top: 3px;
	padding-bottom: 1px;
	padding-right: 1px;
	background-color: #DAC5C2;
	color: #9D5A57;
	text-decoration: none;
	border-top: 1px groove #B38680;
	border-right: 1px groove #B38680;
	border-bottom: 1px groove #9D5A57;
	border-left: 1px groove #9D5A57;
}
textarea {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #993333;
	background-color: #D9C4C3;
	font-size: 12px;
	text-align: center;
}
