.makescrolling {
	height: 400px;
	width: 650px;
	overflow: auto;
}
.body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: normal;
	color: #999999;
}
.heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	color: #666666;
}
