* {
	margin: 0;
	padding: 0
}

body {
	margin: 0;
	padding: 30px;
	font-family: Helvetica, Arial, Tahoma;
	font-size: 12px;
	line-height: 16px;
}

a {
	outline: none;
	color: #95009A;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1 {
	font-size: 28px;
	margin-bottom: 20px;
	line-height: normal;
	letter-spacing: -1px;
}

p {
	margin: 8px 0;
}

.alignleft {
	float: left;
	margin-bottom: 20px;
	margin-right: 30px;
}

.newsdate {
	width: 80px;
	background: #000;
	font-size: 10px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	margin-bottom: 10px;
	text-transform: uppercase;
	display: inline;
	padding:7px 7px 4px;
	line-height:25px;
}