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

* {
margin: 0;
}

html, body {
height: 100%;
font: small-caps x-small "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
color: #414141;


}

a:link {color: #414141}


.wrapper {
min-height: 100%;
height: auto !important;
height: 100%;
margin: 0 auto ;
}

.mailinglist {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	text-transform: lowercase;
	font: small-caps small "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	visibility: visible;
	z-index: 0;
	color: #414141;
	text-decoration: none;
	margin: 0 auto;
    width: 420px /* auto margin can only apply with exceed width, if not it will ignore it */

}

.bodytext {
	font-size:15px
}
