<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face
	{
	font-family: palatino;
	src: url("../fonts/palatino-regular.ttf");
	}

@font-face
	{
	font-family: palatino;
	src: url("../fonts/palatino-bold.ttf");
	font-weight: bold;
	}

body
	{
	font-family: palatino;
	margin: 0px;
	background-color: rgb(0,0,0);
	color: rgb(128,128,128);
	font-size: 16px;
	}

a
	{
	color: rgb(89,0,31);
	font-weight: bold;
	}

.header
	{
	font-size: 180%;
	font-weight: bold;
	}

.link
	{
	color: rgb(61,140,177);
	cursor: pointer;
	text-decoration: underline;
	}

.header2
	{
	font-size: 105%;
	font-weight: bold;
	}

.red_text
	{
	color: rgb(89,0,31);
	}

.lightgreen_text
	{
	color: rgb(76,140,43);
	}

.darkgreen_text
	{
	color: rgb(77,98,41);
	}

.blue_text
	{
	color: rgb(61,140,177);
	}

.topmenubar
	{
	text-align: center;
	font-size: 105%;
	background-color: rgb(51,51,51);
	box-shadow: 0px 0px 8px 4px rgb(51,51,51);
	width: 100%;
	padding: 4px 0px 7px 0px;
	}

.bottommenubar
	{
	text-align: left;
	font-size: 82%;
	background-color: rgb(51,51,51);
	box-shadow: 0px 0px 8px 4px rgb(51,51,51);
	width: 100%;
	padding: 4px 0px 7px 0px;
	}

.menuitem
	{
	position: relative;
	display: inline-block;
	color: rgb(255,255,255);
	padding: 0px 10px;
	margin-left: auto;
	margin-right: auto;
	border-style: dotted;
	border-width: 0px 0px 2px 0px;
	border-color: rgba(61,140,177,0);
	}

.menuitem:hover
	{
	cursor: pointer;
	}

.tastelearnplay_card
	{
	position: relative;
	display: inline-block;
	border-radius: 2px;
	box-shadow: 0px 0px 4px 2px rgb(77,98,41);
	background-color: rgb(77,98,41);
	color: rgb(255,255,255);
	font-size: 150%;
	text-align: center;
	margin: 0px 8px;
	}

.tastelearnplay_card_inner
	{
	width: 290px;
	height: 190px;
	border-radius: 3px;
	box-shadow: 0px 0px 4px 2px rgb(77,98,41) inset;
	background-color: rgb(255,255,255);
	}

.form_field
	{
	font-family: palatino;
	border: 1px solid rgb(127,127,127);
	border-radius: 5px;
	color: rgb(96,96,96);
	}

.form_button
	{
	display: inline-block;
	color: rgb(255,255,255);
	background-color: rgb(61,140,177);
	border-radius: 5px;
	border: none;
	padding: 2px 7px;
	font-weight: bold;
	}

.form_button:hover
	{
	background-color: rgba(61,140,177,0.8);
	cursor: pointer;
	}

.list &gt; li
	{
	margin-left: -24px;
	margin-bottom: 1em;
	}

.quote::before
	{
	content: "\201c";
	}

.quote::after
	{
	content: "\201d";
	}

.quote
	{
	text-align: left;
	font-size: 95%;
	font-style: italic;
	color: rgb(76,140,43);
	margin-bottom: 1em;
	}

.quote_credit
	{
	text-align: right;
	font-size: 75%;
	color: rgb(76,140,43);
	}

.quote_credit::first-line
	{
	font-size: 130%;
	}

.photo_thumbnail
	{
	display: inline-block;
	margin: 8px;
	box-shadow: 0px 0px 6px 6px rgb(255,255,255) inset;
	}

.photo_thumbnail:hover
	{
	cursor: pointer;
	box-shadow: 0px 0px 3px 3px rgb(255,255,255) inset;
	}

.photo_caption
	{
	white-space: pre;
	margin-top: 12px;
	text-align: center;
	color: white;
	text-shadow: 0px 0px 12px rgb(0,0,0), 0px 0px 12px rgb(0,0,0), 0px 1px 2px rgb(0,0,0), 0px 1px 2px rgb(0,0,0), 0px 1px 2px rgb(0,0,0);
	font-size: 130%;
	}

.photo_close
	{
	margin-top: 8px;
	display: inline-block;
	text-shadow: 0px 2px 6px rgba(0,0,0,0.7);
	box-shadow: 0px 2px 4px rgba(0,0,0,0.4), 0px 2px 4px rgba(0,0,0,0.4) inset;
	text-align: center;
	color: rgba(255,255,255,1);
	background-color: transparent;
	border: 2px solid rgba(255,255,255,0.7);
	width: 24px;
	height: 24px;
	border-radius: 30%;
	font-family: arial, sans-serif;
	font-size: 17px;
	font-weight: bold;
	line-height: 25px;
	cursor: pointer;
	}

.blogentry
	{
	width: 100%;
	border-width: 0px 0px 1px 0px;
	border-style: solid;
	border-color: rgb(224,224,224);
	white-space: pre-wrap;
	padding: 24px 0px;
	}

.questionnaire td
	{
	padding-top: 1em;
	vertical-align: top;
	}

.questionnaire
	{
	font-weight: bold;
	}</pre></body></html>