
    body {
        margin:0;		/* This removes the border around the viewport in old versions of IE */
	background: white url("/images/wood.jpg") repeat fixed top left; 
        min-width:780px;    /* Minimum width of layout - remove line if not required */
							/* The min-width property does not work in old versions of Internet Explorer */
    }
	a {
    	color:#333333;
		text-decoration:none;
		border-bottom:1px solid #333333;
	}
	a:hover {
	    color:#333333;
		background:none;
		text-decoration:none;
		border-bottom:1px solid #663300;
	}
    h1, h2, h3 {
        margin:.8em 0 .2em 0;
        padding:0;
    }
