*/ 
Save this file as the desired page name (eg. ebooks_golf.css )
Then change these lines in the page file (eg ebooks_golf.html) to correspond with this documents filename 

<!-- This Pages Formatting (edit this one to change this page, put each one in ur CSS directory) -->
<link rel="stylesheet" href="./css/example.css" type="text/css" media="screen" />
*/

/* Chaneg the background */
body {
	background-color: #0076E8; /*change the backgrounf color to the same as the bg color of the img */
	background-image: url(../images/layout_index_bg.jpg); /*change the background image*/
	}
	
/*Change the heading style */
h1, h2, h3, h4, h5, h6 {
	font-family:Geneva, Arial, Helvetica, san-serif;
	font-weight: bold
	}
	
/* Chaneg the paragraph style */
p {
	color: #333;
	}	

/* Change the colours of the links */
a {
	color: #69c; 
	}
a:link {
	color: #226C49; 
	}
a:visited {
	color: #226C49; 
	}
a:hover {
	color: #9c6; 
	}
a:active {
	color: #069; 
	}
