	body{background:white url('background1.jpg')}
		
	h1{
			color:black;
			font-size: 3em;
			font-family: Impact;
			font-weight: normal;
	}
	h2{
			color:red;
			font-size: 4em;
			font-family: Times New Roman;
			font-weight: bold;
	}
	h3{
			color:dark-blue;
			font-size: 5em;
			font-family: Comic Sans MS;
			font-weight: lighter;
	}
	h4{
			color:yellow;
			font-size: 5em;
			font-family: Helvetica.;
			font-weight: normal;
	}
	p{
			color: black;
			line-height:1.5;
			text-indent: 3em;
			font-family:arial;
	}
	.chaptertitle{
			font-family: Perpetua, Georgia, serif;
			letter-spacing: .lem;
	}
	a.chaptertitle{
			font-style: italic;
			letter-spacing: auto;
	}
