ul {
	margin: 50px 0 30px 0;
	list-style-type: none;
	list-style-image: none;
}
li {
	clear: both;
	margin: 7px 0 7px 0;
	height: 10px;
	font-size: 11px
}
.bar {
	background-color: #5f5f5f;
	height: 7px;
	width: 141px;
	margin: 3px 15px 0 0;
	float: right;
}
.calories, .food_chart_label, .rate, .exercise_chart_label {
	font-size: 11px;
	color: #2c2c2c;
	float: right;
}
.food_chart_label, .exercise_chart_label {
	width: 110px;
}
.calories {
	width: 24px;
	margin-right: 10px;
	text-align: right;
}
.rate {
	margin-right: 10px;
	width: 30px;
	text-align: left;
}


h1 a {
	text-decoration: none;
	color: #bfe3e0;
}
.rate_descrip {
	width: 300px;
	font-size: 11px;

}