body {
	color: #C58B52;
	background-attachment: fixed;
	background-color: #000000;
	background-image: url(Immagini/Splatter.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: justify;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	cursor: crosshair;
	scrollbar-arrow-color: #84520F;
	scrollbar-shadow-color: #84520F;
	scrollbar-base-color: #383838;
	scrollbar-dark-shadow-color: #1F1F1F;
	scrollbar-face-color: #000000;
	scrollbar-highlight-color: #1F1F1F;
	scrollbar-shadow-color: #1F1F1F;
	scrollbar-track-color: #000000;

	}

#div1 {
	top: 30px;
	width: 450px; 
	height: 300px;
	border-top-style: ridge;
	border-right-style: groove;
	border-bottom-style: groove;
	border-left-style: ridge;
	border-top-color: #84520F;
	border-right-color: #84520F;
	border-bottom-color: #84520F;
	border-left-color: #84520F;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	margin: 2px;
}
#div2 {
	padding : 5px;
	margin: 2px;
	width: 446px; 
	height: 296px;
	overflow: auto;
}
A:link {
	COLOR: #c58b52;
	TEXT-DECORATION: underline;
	font-weight: bold;
}
		
A:hover {
	COLOR: #FFAC00;
	TEXT-DECORATION: underline;
	font-weight: bold;
}

A:visited {
	COLOR: #AC6B13;
	TEXT-DECORATION: underline;
	font-weight: bold;
}
