@charset "UTF-8";
/* CSS Document WinkWorld Newsletter */

body {
	background-color: #29366a;
}

.content {
	max-width:900px;
	margin:auto;
	font-family: arial-helvetica, sans-serif;
	background-color:#fff;
	padding:15px;
	
}

.heading {
	font-size:1.1em;
	text-align:center;
	font-weight: bold;
	color: #29366a;
	min-height: 40px;
}

a {
	color: #29366a;
}