/*
	My Website 
	HANDHELD DEVICE STYLE SHEET

	Site creation by Brisbane Creative
	Illustration and Graphics by Jim Whimpey
	xHTML/CSS and programming by Jim Whimpey
	Contact - office (at) brisbanecreative {dot} com [dot] au
*/

/* 	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
		BODY, WRAPPINGS, ANCHORS, anything sitewide
	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
	
	html {
		font-family: Verdana, Arial, sans-serif;
		color: white;
		background: black;
		}
		
		body {
			width: 200px;
			margin: 10px auto;
			}