/* CSS Document */

body,td,th {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #443217;
}
body {
	background-color: #D1AF7C;
}
img {
	border: thin solid #EBE9E0;
	filter: Alpha(Opacity=100);
}
a:link {
	color: #443217;
	font-weight: bold;
}
a:visited {
	color: #443217;
	font-weight: bold;
}
a:hover {
	color: #443217;
	font-weight: bold;
}
a:active {
	color: #443217;
	font-weight: bold;
}
.Stile1 {
	font-size: 24px;
	font-weight: bold;
}

.buttonscontainer {
	width: 90%;
}

.buttons a {
	color: #EBE9E0;
	padding: 2px 2px 2px 7px;
	font: bold 12px Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	display: block;
	margin: 0px 0px 2px;
	width: 93%;
	text-align: center;
	border: 1px solid #EBE9E0;
}

.buttons a:hover {
	padding-left: 8px;
	padding-top: 3px;
	padding-bottom: 1px;
	padding-right: 1px;
	color: #EBE9E0;
	text-decoration: underline;
	border: 1px groove #EBE9E0;
	font-weight: bold;
}
.img {
	border: 0px;
}
.buttons a:visited {

	color: #FFFFFF;
}
.buttons a:active {

	color: #FFFFFF;
}