/* CSS Document */
body {
	background-image: url(immagini/rosso_sera2.jpg);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: 2px;
	margin-left: 0px;
	margin-right: 0px;
}
.buttonscontainer {width: 110px;}

.buttons a {
	color: #FFFFFF;
	background-color: #714725;
	padding: 2px 2px 2px 7px;
	font: 10px 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 #218AAD;
	border-left: 1px ridge #218AAD;
}

.buttons a:hover {
	padding-left: 8px;
	padding-top: 3px;
	padding-bottom: 1px;
	padding-right: 1px;
	background-color: #517D8A;
	color: #FFFFFF;
	text-decoration: none;
	border-top: 1px groove #28AAD5;
	border-right: 1px groove #13728E;
	border-bottom: 1px groove #FFFFFF;
	border-left: 1px groove #FFFFFF;
}
body,td,th {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #FFFFFF;
}
.input { border-style: none;
         font-family:Georgia, "Times New Roman", Times, serif;
	 	 font-size:11px;
	     color : #FFFFFF;
		        }

a {
	border-style: none;
	font-size:11px;
	color : #FFFFFF;
	text-decoration: underline;
       }
a:hover {
	border-style: none;
	color : #E0B195;
	text-decoration: underline;
	background-color: #FFFFFF;
       }	   
a:visited { border-style: none;
	     color : #FFFFFF;
       }
a:active {
	border-style: none;
	color : #FFFFFF;
	text-decoration: none;
       }	   
img {
	border: 1px ridge #FFFFFF;
	background-repeat: no-repeat;
}
textarea {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FFFFFF;
	background-image: url(immagini/rosso_sera.jpg);
}
