body{
	margin: 0;
	padding: 0;
	color: #000;
	background-color: #fff;
	font-size: small;
	font-family: arial, helvetica, sans-serif;
	text-align: center;
	min-width: 740px;
}

.wrapper {
	position: relative;
	text-align: left;
	width: 75%;
	margin-left: auto;
	margin-right: auto;
}

#headline{
	font-family: "Trebuchet MS", arial, helvetica, sans-serif;
	margin: 3em 0 45px 0;
}

#headline h1{
	font-size: 650%;
	text-align: center;
	margin: 0;
	padding: 0;
}

#headline h1 a:link,
#headline h1 a:visited{
	color: #FF7400;
	background-color: transparent;
	text-decoration: none;
}

#headline h1 a:hover,
#headline h1 a:active{
	color: #000;

}

#headline p.strapline,
#headline p.dateline{
	color: #33FF66;
	background-color: transparent;
	font-size: 160%;
	text-align: center;
	margin: -24px 0 0 -260px;
	padding: 0;
}

#headline p.dateline{
	margin: -22px 0 0 -310px;	
}


