<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@400;500;700&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@400;500;700&amp;family=Roboto+Slab:wght@400;500;700&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Josefin+Slab:wght@400;700&amp;display=swap');

.image-center
{
	margin-left: auto;
	margin-right: auto;
	display: block;
}
.image-float-left
{
	float: left;
	margin: 0 20px 0 20px;
}
.image-float-right
{
	float: right;
	margin: 0 20px 0 20px;
}
.button-Recipes
{
	color: #FFFFFF;
	background-color: #000000;
	border: 1px solid #ffffff;
	border-radius: 0px;
	display: inline-block;
	padding: 10px 20px 10px 20px;
		font-weight: bold;
	font-size: 1.00em;
}
.button-Recipes:hover
{
	color: #CDCDCD;
	background-color: #EDEDED;
	border: 1px solid #00FF00;
	text-decoration: none;
}

</pre></body></html>