/* GENERALE */
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	scrollbar-base-color:rgb(182,175,157);
}
body {
	background-color: #D6D3CA;
	background-image: url(../images/bk.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
}
a {
	text-decoration:none;
	color:white;
/*	color:#716D61; *?
}
a:hover {
	color:maroon;
}
a:active{
	color:navy;
}