html {
height:100%;
}

body { 
	background-color: white;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	height:100%;
	padding:0px;
	margin:0px;
	background-color:#cdcdcd;
	background-image:url(http://www.lostotter.co.nz/images/background.gif);
	background-position:top center;
	background-repeat:no-repeat;
	text-align:center;
	font-size:8pt;
	color:#000000;
}

.newshead{
	background-color:#eee;
	color:#ff8a00;
	font-size:14px;
	font-weight:900;
	text-align:center;
}

.articleBody{
font-size:10pt;
}
