body {
	background-attachment: fixed;
	background-image: -moz-linear-gradient(top,  rgba(189,156,211,1) 2%, rgba(54,25,45,1) 100%); /* FF3.6+ */
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(2%,rgba(189,156,211,1)), color-stop(100%,rgba(54,25,45,1))); /* Chrome,Safari4+ */
	background-image: -webkit-linear-gradient(top,  rgba(189,156,211,1) 2%,rgba(54,25,45,1) 100%); /* Chrome10+,Safari5.1+ */
	background-image: -o-linear-gradient(top,  rgba(189,156,211,1) 2%,rgba(54,25,45,1) 100%); /* Opera 11.10+ */
	background-image: -ms-linear-gradient(top,  rgba(189,156,211,1) 2%,rgba(54,25,45,1) 100%); /* IE10+ */
	background-image: linear-gradient(to bottom,  rgba(189,156,211,1) 2%,rgba(54,25,45,1) 100%); /* W3C */
	background-repeat: no-repeat;
	color: #ED97D1;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bd9cd3', endColorstr='#36192d',GradientType=0 ); /* IE6-9 */
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12.5px;
}

p, h1, h2, h3, h4, h5, h6, ul {
	color: #ffffff;
	padding: 0;
	font-weight: normal;
}

p, ul, h1, h2, h3, h4, h5, h6 {
	margin: 0 0 20px 0;
}

p, ul {
	color: #ffffff;
}

h1, h2, h3, h4, h5, h6 {
	color: #ED97D1 ;
	font-size: 14px;
	font-weight: normal;
	cursor: default;
}

h1 {
	color: #290E20;
	font-size: 24px;
}
	
h2 {
	color: #c5bb0e;
	font-size: 20px;
}
	
h3 {
	color: #c5bb0e;
	font-size: 18px;
}

h4 {
	font-size: 20px;
}

h5 {
	font-size: 16px;
	font-weight: bold;
}

a {
	color: #c5bb0e; 
	text-decoration: none;
}
 
a:hover {
	text-decoration: underline;
}

.green {
	color: #c5bb0e;
}


/*
 * Icons
 */
.lady-bug {
	background-image: url(../img/lady-beetle.png);
}

.flower {
	background-image: url(../img/flower.png);
}
