/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 2px;
	margin-right: 0px;
}
body,td,th {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px;
	color: #ECBB21;
}
.Stile1 {
	color: #FFFFFF;
	font-weight: bold;
}
a:link {
	color: #FFFFFF;
	background-color: #ECBB21;
}
a:visited {
	color: #FFFFFF;
	background-color: #ECBB21;
}
a:hover {
	color: #ECBB21;
	background-color: #FFFFFF;
}
a:active {
	color: #FFFFFF;
	background-color: #ECBB21;
}
.buttonscontainer {
	width: 100%;
}

.buttons a {
	color: #FFFFFF;
	font: bold normal 12px Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	display: block;
	width: 95%;
	text-align: center;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-bottom: 2px;
	border-top-color: #ECBB21;
	border-right-color: #ECBB21;
	border-bottom-color: #993300;
	border-left-color: #993300;
	background-color: #ECBB21;
	border-top-style: ridge;
	border-right-style: ridge;
	border-bottom-style: ridge;
	border-left-style: ridge;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
}

.buttons a:hover {
	padding-left: 3px;
	padding-top: 3px;
	padding-bottom: 1px;
	padding-right: 1px;
	color: #FFFFFF;
	text-decoration: none;
	border-top: 1px groove #990000;
	border-right: 1px groove #ECBB21;
	border-bottom: 1px groove #ECBB21;
	border-left: 1px groove #990000;
	font-weight: bold;
	margin-bottom: 2px;
	text-align: center;
	display: block;
	background-color: #ECBB21;
}
ul{
	list-style-type: decimal;
}

