.style4 {
	
font-size: 12px;
	
font-weight: bold;
	
cursor: default;

}

body {background-color: #BA9B6F;
	
cursor: auto;

}

p {

	font-size: 14px;

}

.style5 {

	font-size: 16px;

	font-weight: bold;

}

h3 {

	font-size: 18px;

	font-weight: bold;

}#loading {
	width: 200px;
	height: 100px;
	background-color: #c0c0c0;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -50px;
	margin-left: -100px;
	text-align: center;
}