.col-B {
	padding: 0 0 0 0;
	width: 80%;
	}

.col-B #leftcol, .col-B #rightcol {
	margin: 0;
	height: 27em;
	overflow: scroll;
	text-align: center;
	}


#leftcol {
		float: right;
		width: 50%;
		background: silver;
		}
	
#rightcol {
		float: left;
		width:50%;
		background: silver;
		}

h4	{
	color: #0000ff/*navy*/;
	}


