@charset "utf-8";
/* CSS Document */
body { 
background-color:#FFFFFF;
}

.black-body { 
background-color:#000000;
}

h1 {
color:#000000; 
font-family: verdana, "trebuchet MS", helvetica, sans-serif;
} 

.countdown-text {
color:#FFFFFF; 
font-family: verdana, "trebuchet MS", helvetica, sans-serif;
} 

.email-list {
width:60%; 
margin-left: 20%; 
}

h3 {
text-decoration:none; 
color:#FFFFFF; font-family: verdana, "trebuchet MS", helvetica, sans-serif;
}

p {
text-decoration:none; 
color:#000000; font-family: helvetica; font-size:12px;
}

#countdown1 {
text-align: center; 
letter-spacing: 1px; 
font-size: 2em; 
font-family: verdana, 'trebuchet MS', helvetica, sans-serif; 
background-color: #000000; 
color: #ffffff; 
padding: 3px 15px; 
white-space: nowrap;
}

#footer {
width: 100%;
position: absolute;
bottom: 50px;
left: 0px;
}