/* box1 style */

.box1 	{
	 border: 1pt solid black;
	 height: 200px;
	 overflow: scroll; 
	 padding: 15px;
	}
	

   