/* CSS to index.htm */

body {
	background-image:url(images/kagnewpx.jpg); 
	background-color: #82b8d0; /* Light blue color */
	background-repeat: no-repeat; 
	Background-attachment: fixed; 
	background-position:center; 
	}
	

header {
	margin-left: 950px;
	color: yellow;
	}

h1 {	text-align: center;
 	color: brown;
	}

h3 {	text-align: center;
 	color: brown;
	}

h4 {
	text-align: center;
	 color: yellow;
	}

h5 {
	text-align: center;
 	color: yellow; 
	}



table {
	margin-left: 400px;
	
	}
