.foreground {
	background-color: #CCC;
}

.background {
	background-color: #999;
	width: 200px;
}

.text {
	color: black;
	font-size: 10px;
}

.caption {
	color: black;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}

