body {
	font-size: 16px;
	font-family: 'Helvetica Neue', Arial, Helvetica, Verdana, sans-serif;
	font-weight: bold;
	color: white;
	line-height: 1.5em;
	background-color: #CE81B2;

	display: inline-block;
	position: relative;

	zoom: 1;
	height: 10em;
	display: flex;
	flex-direction: column;
	overflow-x: hidden

}
body p{
	margin: 0
}
a:link { text-decoration: none; color: blue;}
a:visited { text-decoration: none; color: blue;}

