@charset "UTF-8";
body {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 14px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(../images/bg.png);
	background-repeat: repeat-x;
	background-position: center top;
	background-color: #92edfb;
}
a {
	color: #72AE41;
}
a:hover {
	color: #0091D1;
}
.quote {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: italic;
	color: #7EB841;
	line-height: 22px;
}

