/*  boxes  */
#z2c2box1 {
	width: 100px;
	float: right;
	background-color: #e6cc58;
	height: 100px;
	border-top: 5px solid #000000;
	border-bottom: 5px solid #000000;
	border-left: 5px solid #000000;
	}
#z2c2box2 {
	width: 100px;
	float: right;
	background-color: #f2e3a4;
	height: 100px;
	border-top: 5px solid #000000;
	border-bottom: 5px solid #000000;
	border-left: 5px solid #000000;
	}
#z2c2box3 {
	width: 100px;
	float: left;
	background-color: #3c7bab;
	height: 100px;
	border-top: 5px solid #000000;
	border-right: 5px solid #000000;
	border-bottom: 5px solid #000000;
	}
#z2c2box4 {
	float: left;
	width: 100px;
	height: 100px;
	border-top: 5px solid #000000;
	border-right: 5px solid #000000;
	border-bottom: 5px solid #000000;
	margin-right: 10px;
	}
		
.quote1 {
	font-size: 120%;
	color: #006;
	}
.quote2 {
	font-size: 120%;
	color: #3c7bab;
	}
.quote3 {
	font-size: 120%;
	color: #e3411d;
	}
.quote4 {
	font-size: 120%;
	color: #e11991;
	}
.em1 {
	font-size: 120%;
	font-style: normal;
	}
.textpos1 {
	position: relative;
	left: 3em;
	}
.textpos2 {
	position: relative;
	top: 0.5em;
	}
.textpos3 {
	position: relative;
	bottom: 0.25em;
	}
.textpos4 {
	position: relative;
	left: 2em;
	}
