@charset "utf-8";
@import url(http://fonts.googleapis.com/css?family=Oxygen:400,700,300|Playfair+Display:400,700,400italic,700italic);
p, td, div, li, textarea {
	font-family: Oxygen, arial, sans-serif;
	font-size: 14px;
	line-height: 150%;
	color: #333;
}
h2 {
	font-family: Oxygen, arial, sans-serif;
	font-weight: 300;
	color: #666;
	font-size: 32px;
	text-transform: lowercase;
}
h3 {
	font-family: Oxygen, arial, sans-serif;
	font-size: 16px;
	font-weight: 300;
	text-transform: uppercase;
	color: #333;
}
h4 {
	font-size: 20px;
	font-weight: normal;
}	
a {
	color: #F63;
	text-decoration: underline;
}
a:hover {
	color: #C00;
	text-decoration: underline;
}
h5 {
	font-family: Oxygen, arial, sans-serif;
	font-size: 18px;
	font-weight: normal;
	text-transform: lowercase;
	color: #666;
}
#areaFlowerGuide li {
	background-color: #E0E1CF;
	display: block;
	padding: 5px 10px;
	float: left;
	margin-right: 5px;
	white-space: nowrap;
	list-style-type: none;
	margin-bottom: 5px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
