body {
	background-color: #EEEEEE;
}

A          { color: #333333; text-decoration: underline; }
A:link     { color: #333333; text-decoration: none; }
A:visited  { color: #333333; text-decoration: none; }
A:active   { color: #333333; text-decoration: none; }
A:hover    { color: #333333; text-decoration: none; }

.florito {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #666666;
	font-weight: normal;
}
.categoryName {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #666666;
	font-style: italic;
}
.floritoSub {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #999999;
	font-weight: normal;
}
.imgTitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #333333;
}
.appTitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #666666;
}
.standardText {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #999999;
}
.smallText {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #666666;
}

