@charset "utf-8";
/* CSS Document */

#bubbles{
	height: 100px;
	text-align: center;
	margin: 10px auto;
}

#bubbles ul {
	width: 200px;
	height: 100px;
	display: inline-block;
	vertical-align: top;
	margin: 10px;
}

#bubbles ul li{
	font-family: "Lithos Pro Regular", Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #fff;
	margin-top: 25px;
	vertical-align: middle;
}

#bubbles ul li p a:link{
	text-decoration: none;
	color: #fff;
}

#bubbles ul li p a:hover{
	color: #FFFF00;
}

#bubbles ul li p a:visited{
	color: #fff;
	text-decoration: none;
}

#bubbles ul li p a:visited:hover {
	color: #FFFF00;
}

.first_bubble {
	background-image: url(../images/home/green.png);
}

.second_bubble {
	background-image: url(../images/home/blue.png);
}

.third_bubble {
	background-image: url(../images/home/purple.png);
}





