.label-div-left {
	position :relative;
	top: -155px;
	right: -60px;
	background: #134613;
	width: 310px;
	height: 55px;
	text-align: center;
	vertical-align: middle;
	line-height: 55px;
	opacity: 0.9;
	font-family: "warnock-pro", "Times New Roman", Times, Georgia, serif;
	font-size: 18px;
	color: white;
	font-weight: bold;

 }
 
 .label-div-left-selected {
	position :relative;
	top: -155px;
	right: -60px;
	background: white;
	width: 310px;
	height: 55px;
	text-align: center;
	vertical-align: middle;
	line-height: 55px;
	opacity: 0.9;
	font-family: "warnock-pro", "Times New Roman", Times, Georgia, serif;
	font-size: 18px;
	color: #134613;
	font-weight: bold;

 }
 
 
.label-div-center {
	position :relative;
	top: -210px;
	right: -400px;
	background: #134613;
	width: 310px;
	height: 55px;
	text-align: center;
	vertical-align: middle;
	line-height: 55px;
	opacity: 0.9;
	font-family: "warnock-pro", "Times New Roman", Times, Georgia, serif;
	font-size: 18px;
	color: white;
	font-weight: bold;

 }
 
 .label-div-center-selected {
	position :relative;
	top: -210px;
	right: -400px;
	background: white;
	width: 310px;
	height: 55px;
	text-align: center;
	vertical-align: middle;
	line-height: 55px;
	opacity: 0.9;
	font-family: "warnock-pro", "Times New Roman", Times, Georgia, serif;
	font-size: 18px;
	color: #134613;
	font-weight: bold;

 }
 
.label-div-right {
	position :relative;
	top: -265px;
	right: -740px;
	background: #134613;
	width: 310px;
	height: 55px;
	text-align: center;
	vertical-align: middle;
	line-height: 55px;
	opacity: 0.9;
	font-family: "warnock-pro", "Times New Roman", Times, Georgia, serif;
	font-size: 18px;
	color: white;
	font-weight: bold;

 }
 
 .label-div-right-selected {
	position :relative;
	top: -265px;
	right: -740px;
	background: white;
	width: 310px;
	height: 55px;
	text-align: center;
	vertical-align: middle;
	line-height: 55px;
	opacity: 0.9;
	font-family: "warnock-pro", "Times New Roman", Times, Georgia, serif;
	font-size: 18px;
	color: #134613;
	font-weight: bold;

 }
 

.phrase-div {
	position :relative;
	top: -195px;
	right: -60px;
	background: white;
	width: 990px;
	height: 75px;
	text-align: center;
	vertical-align: middle;
	line-height: 75px;
	opacity: 0.9;
	font-family: "warnock-pro", "Times New Roman", Times, Georgia, serif;
	font-size: 30px;
	color: #134613;
	font-weight: bold;
 }
 
  .arrow-down-left {
	width: 0; 
	height: 0; 
	border-left: 30px solid transparent;
	border-right: 30px solid transparent;
	border-top: 30px solid white;
	position :relative;
	top: -360px;
	right: -185px;
	opacity: 0.9;
 }
 
 .arrow-down-center {
	width: 0; 
	height: 0; 
	border-left: 30px solid transparent;
	border-right: 30px solid transparent;
	border-top: 30px solid white;
	position :relative;
	top: -360px;
	right: -520px;
	opacity: 0.9;
}

  .arrow-down-right {
	width: 0; 
	height: 0; 
	border-left: 30px solid transparent;
	border-right: 30px solid transparent;
	border-top: 30px solid white;
	position :relative;
	top: -360px;
	right: -875px;
	opacity: 0.9;
 }
 
.phrase-link a:link {
color: #134613;
text-decoration: none;
}

.phrase-link a:visited {
color: #134613;
text-decoration: none;
}

.phrase-link a:hover {
color: #996000;
text-decoration: none;
}