body{
	font-family: Arvo;
	color: #fff;
	background: #000;
}
#main-content{
	background: #383838;
	border-radius: 5px;
	border: 3px solid #000;
	color: #fff;
	padding: 0px 5px 0px 5px;
}
#stretch{
	width: 100%;
}
#subscribe_button{
	border-radius: 5px;
	border: 5px solid #fff;
	color: #fff;
	background: #000;
	font-size: 2em;
	font-weight: bold;
	padding: 4px;
}
#subscribe_button:hover{
	background: #fff;
	color: #000;
}
#subscribe_button:active{
	background: #fff;
	color: #000;
}
#cboxcontent{
	background: #000 !important;
}
#dada_mail_modal_subscription_form_container{
	font-size: 1.3em;
	background: #000;
}
#email{
	color: #000;
	font-size: 1.3em;
}
#cboxClose {
	filter: invert(100%) !important;
	padding-left: 5px !important;
}
a {
	color: #ffffff;
	text-decoration: underline;
}
a:hover {
	color: #ffffff;
	text-decoration: none;
}
a:active {
	color:#cccccc;
}
