.RecipeTitle {
	font-size: 16px;
	line-height: 24px;
	color: #FFFFFF;
	background-color: #99ccCC;
	font-weight: bold;
}
.RecipeTrival {
	font-size: 14px;
	line-height: 16px;
	color: #000000;
	background-color: #99ccCC;
}
.RecipeIngredients {
	background-color: #DEDECA;
}
.RecipeComment {
	font-size: 12px;
	color: #000000;
	background-color: #99CC99;
}
a {
	color: #3366cc
}
.RecipeIcon {
	background-color: gray;
}
.navi {
	background-color: #FFFFCC;
	width: 100%;
	color: #FF9900;
	font-size: 1.5em;



}
.SubSection {
	background-color: #DEEFFF;
	width: 100%;
	color: #3366CC;
	font-weight: bold;
	font-size: 2em;

}
