﻿

/*-------- style of user defined class ---------*/
div.each 
{
	color:#186c9c;
	white-space:normal;
	padding:30px 20px;
	width:840px;
	height:164px;
	font-family:monotype Corsiva;
	font-size:26px;
	margin-bottom:20px;
	margin-left: 15px;
}

.each .content 
{
	float:left;
	padding-left:30px;
	padding-right:20px;
	width:630px;
	height:200px;
	overflow:auto;
}
.each img 
{
    border:none;
    float:left;
}



