/*
Theme Name: Easter Egg
Description: It's that time of the year!
Author: Artcore
Author URI: http://artcore-illustrations.de/
Author Email: artcorehro@googlemail.com
Tags: easter, beige

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

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: #FFF; /* cannot be transparent and will default to white */
}
header {
    background-color: #FFF; /* can be transparent */
}
body {
    color: #472b51;
    font-family: "Helvetica, Verdana";
    font-size: 14px;
    background-color: #FFF; /* can be transparent */
}
footer {
	color: #472b51;
    background-color: #FFF; /* can be transparent */
}
h1 {
    color: #f08697;
    font-family: "Helvetica, Verdana";
    font-size: 36px;
}
h2 {
    color: #f08697;
    font-family: "Helvetica, Verdana";
    font-size: 24px;
}
h3 {
    color: #f08697;
    font-family: "Helvetica, Verdana";
    font-size: 18px;
}
a {
    color: #f8b05f;
    text-decoration: none;
}
unsubscribe {
    color: #472b51;
}
viewbrowser {
	font-family: "Helvetica, Verdana";
	font-size: 12px;
	color: #96a67c;
}