/*
Theme Name: Modern News - grey
Description: Always fresh news.
Author: Gifky
Author URI: http://themeforest.net/user/Gifky
Author Email: gifky@gifky.com
Tags: grey, header

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

header {
    background-color: transparent; /* can be transparent */
}
body {
    color:#090A00;
    font-family: "Arial";
    font-size: 16px;
    background-color: c0c0c0; /* can be transparent */
}
footer {
    background-color: transparent; /* can be transparent */
}
h1 {
    color: #6F0606;
    font-family: Arial;
    font-size: 28px;
}
h2 {
    color: #6f0606;
    font-family: Arial;
    font-size: 18px;
}
h3 {
    color: #6F0606;
    font-family: Arial;
    font-size: 16px;
}
a {
    color: #00A500;
    text-decoration:none;
}
unsubscribe {
    color:#A0A0A0;
}
viewbrowser {
	font-family: "Arial";
	font-size:12px;
	color:#c0c0c0;
}