@charset "utf-8";
/* CSS Document */
body,td,th {
	color: #000000;
}
body {
	/*background-color: #161616; */
	
	HEIGHT: 100%; 
	MARGIN: 0px; 
	WIDTH: 100%;
	background-color:#D0D0D0;

	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	
	SCROLLBAR-FACE-COLOR: #E1E1E1; SCROLLBAR-HIGHLIGHT-COLOR: #E9E9E9; 
	SCROLLBAR-SHADOW-COLOR: #C1BFBF; SCROLLBAR-3DLIGHT-COLOR: #F9F9F9; 
	SCROLLBAR-ARROW-COLOR: #FFFFFF; SCROLLBAR-TRACK-COLOR: #D0D0D0; 
	SCROLLBAR-DARKSHADOW-COLOR: #ABABAB;
	
}
#content {
	POSITION: absolute;
}

/* TESTO */
a:link, a:visited, a:active{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #000000;
}
a:hover {
	color: #CCCCCC;
}
.copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color:#333333;
}

