<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name: Function
Description: Black background. Solid.
Author: WooThemes
Author URI: http://woothemes.com/
Author Email: 
Tags: black, blue, business

Note: the plugin won't recognize any additional styles if you add them. The styles below offer all the possibilities of Wysija.

List of email client compatible fonts:

Arial
Arial Black
Comic Sans MS
Courier New
Georgia
Impact
Tahoma
Times New Roman
Trebuchet MS
Verdana

*/
html {
    background-color: #21221c; /* cannot be transparent and will default to white */
}

header {
    background-color: transparent; /* can be transparent */
}
body {
    color:#8c8c8c;
    font-family: "Arial";
    font-size: 14px;
    background-color: #ffffff; /* can be transparent */
}
footer {
    background-color: transparent; /* can be transparent */
}
h1 {
    color: #191919;
    font-family: Arial;
    font-size: 22px;
}
h2 {
    color: #4c4c4c;
    font-family: Arial;
    font-size: 18px;
}
h3 {
    color: #bbbbbb;
    font-family: Arial;
    font-size: 18px;
}
a {
    color: #52a0cd;
    text-decoration:none;
}
unsubscribe {
    color:#cccccc;
    text-decoration:underline;
}
viewbrowser {
	font-family: "Arial";
	font-size:12px;
	color:#cccccc;
}</pre></body></html>