body {
	background-color: #C59F6A;	
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	margin-top: 10px;
	scrollbar-base-color:#8C8CC6;
   scrollbar-3dlight-color:#FFFFFF;
   scrollbar-arrow-color:#FFE4C4;
   scrollbar-darkshadow-color:#000000;
   scrollbar-face-color:#B59956;
   scrollbar-highlight-color:#B99566;
   scrollbar-shadow-color:#000000;
   scrollbar-track-color:#D3C19B;
}
#Tableau{
	width: 800px;
	background-color: #E4D8A6;
	border: thin;
	border-color: #8C5F27;
	border-style: solid;
}
#scroll{
	position:relative;
	top:0px;
	width:569px;
	height: 386px;
	margin-left: 0px;
	margin-right: 0px;
	overflow:auto;
	left: 0px;
}
#image{
	border: thin;
	border-color: Black;
	border-style: solid;
}
a	{
color: #804000;
text-decoration: none;
}

a:hover {
text-decoration: underline;
}

