a { 
	text-decoration: none; 
}

#bouncybox {
	margin: auto;
	margin: 20px;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	line-height: 50px;
}
#bouncy1 {
	width: 400px;
	height: 150px;
	border: 2px solid #006837;
	color: #006837;
	background-color: #0069837;
	background: url(../images/slideupbox-1.png) no-repeat;	
}
#bouncy2 {
	width: 400px;
	height: 150px;
	border: 2px solid #A3272D;
	color: #A3272D;
	background: url(../images/slideupbox-2.png) no-repeat;
}
#bouncy3 {
	width: 400px;
	height: 150px;
	border: 2px solid #D9801E;
	color: #D9801E;
	background: url(../images/slideupbox-3.png) no-repeat;
}
#bouncy4 {
	width: 400px;
	height: 150px;
	border: 2px solid #666666;
	color: #666666;
	background: url(../images/slideupbox-4.png) no-repeat;
}
#bouncy5 {
	width: 400px;
	height: 150px;
	border: 2px solid #00719E;
	color: #00719E;
	background: url(../images/slideupbox-5.png) no-repeat;
}
#bouncy6 {
	width: 400px;
	height: 150px;
	border: 2px solid #802780;
	color: #802780;
	background: url(../images/slideupbox-6.png) no-repeat;
}