/*
Theme Name: The One Pager
Description: A theme by WooThemes.
Author: WooThemes
Author URI: http://woothemes.com/
Author Email: 
Tags: black, white

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

header {
    background-color: transparent; /* can be transparent */
}
body {
    color:#000000;
    font-family: Verdana;
    font-size: 13px;
    background-color: #ffffff; /* can be transparent */
}
footer {
    background-color: transparent; /* can be transparent */
}
h1 {
    color: #000000;
    font-family: Tahoma;
    font-size: 26px;
}
h2 {
    color: #00cbe9;
    font-family: Tahoma;
    font-size: 18px;
}
h3 {
    color: #111111;
    font-family: Tahoma;
    font-size: 16px;
}
a {
    color: #00cbe9;
    text-decoration:none;
}
unsubscribe {
    color:#028396;
}
viewbrowser {
	font-family: Verdana;
	font-size:13px;
	color:#028396;
}