/*
Theme Name: Scrollider
Description: Riding the scroll.
Author: WooThemes
Author URI: http://woothemes.com/
Author Email: 
Tags: grey, blue

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: #f2f2f2; /* cannot be transparent and will default to white */
}

header {
    background-color: transparent; /* can be transparent */
}
body {
    color:#9e9e9e;
    font-family: "Arial";
    font-size: 12px;
    background-color: #ffffff; /* can be transparent */
}
footer {
    background-color: transparent; /* can be transparent */
}
h1 {
    color: #4a4a4a;
    font-family: Arial;
    font-size: 24px;
}
h2 {
    color: #4a4a4a;
    font-family: Arial;
    font-size: 18px;
}
h3 {
    color: #f2f2f2;
    font-family: Arial;
    font-size: 18px;
}
a {
    color: #1f7ea1;
    text-decoration:none;
}
unsubscribe {
    color:#1f7ea1;
    text-decoration:underline;
}
viewbrowser {
	font-family: "Arial";
	font-size:12px;
	color:#1f7ea1;
}