<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*!
 * Font colors for Cook'n newletters
 *
 */
 

.btn-flat.purple {
  color: #ffffff !important;
}

.link_blue a:link {
  color: #073465 !important;
}

a.link_blue:link {
  color: #073465 !important;
}

.text_black {
	color:#000000 !important;
}

.text_grey {
	color: #333333 !important;
}

.grey {
	color: #333333 !important;
}

.link_blue a:visited {
	color: #BF1015 !important;
}

a.link_blue:visited {
  color: #BF1015 !important;
}

#blog-content {
	color: #333333;
}

#blog-content a:link {
	color: #073465;
	font-weight: bold;
}

#blog-content a:visited {
	color: #BF1015;
	font-weight: bold;
}

#page-header h1 {
	color: #ffffff !important;
}

h1 {
	color: #333333 !important;
}

h2 {
	color: #333333 !important;
}

h2 a:link {
	color: #073465 !important;
}

h2 a:visited {
	color: #BF1015 !important;
}

h3 {
	color: #333333 !important;
}</pre></body></html>