	/* CSS Document for Ben Phelps's Music Web Pages */
	/* Specifically used for the styles of the "second layer" */
	/* webpages below the index page */
	
	h1 {
		font-family: Arial, Helvetica, sans-serif;
		color: #888888;
		font-size: 40px;
		font-weight:900	
		}
		
	h3 {
	
		font-family: Arial, Helvetica, sans-serif;
		color: #888888;
		font-size: 24px;
		font-style:normal
	}
	
	h4 {
		font-family: Arial, Helvetica, sans-serif;
		color: #888888;
		font-size: 18px;
		font-style:normal
	}
	
	body {
			background-color: #FFFFFF;
			margin-left: 0px;
			margin-top: 0px;
			margin-right: 0px;
			font-size:14px;
	}

	.smaller_link {
			font-size:12px;
	}

	.lyrics {
			font-size:12px;
			font-style:italic;
	}
	a img {
		border:none:
	}
	img {
		border:none;
	}