.scrolling_box {
	height: 400px;
	width: 400px;
	overflow: scroll;
}
.scroll {
	overflow: scroll;
	height: 400px;
	width: 400px;
}
.fixed_window {
	height: 700px;
	width: 500px;
}
.subtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: lighter;
	color: #000099;
	text-decoration: none;
}
