.whole {
	width: 2000px; 
	height: 4000px;
	background-color: #3b0600;
	background-attachment: fixed;
	background-repeat: repeat;
	position: absolute;
	left: 0px;
	top: 0px;

}

body{
	font-family: lucida sans unicode;
	font-size: 16px;

	color: white; 
	background-attachment: fixed;
	margin: 0px;
	padding: 7px;
}
a {
	color: #ff9900;
	font-weight: bold;
	text-decoration: none;
	font-style: italic;
}
a:hover {
	color: #33cccc;
	font-style: italic;
	text-decoration: underline;
}