/*	Film NZ 2005
	Simple Lofi Screen Stylesheet (NS4x, IE4x)
	Created 200705 by DS 
	Last Updated 011205 by DS
*/	

	body {
		padding: 0;
		margin: 0;
		background: #fff;
		font-size: 80%; /* medium */
		margin: 0;		
		font-family: Arial, Helvetica, sans-serif;	
		color: #4f4a21;	
	}
	/*
		to many overrides reqd for this..
		body, h1, h2, h3, h4, h5, h6, p, dl, ul, fieldset, legend, label, input {
			font-family: Arial, Helvetica, sans-serif;	
			color: #69603c;
		}
	*/
	a img {
		border: 0;
	}
	a { 
		text-decoration: none;
	}
	hr {
		display: none;
	}
