	BODY {
		margin:20px;
		color: #606060;
		background-color: ivory;
		font-family: sans-serif;
	}

	UL{
		list-style: square;
		list-style-position: inside;
	}


	A {
		color: #606060;
		text-decoration: none;
	}


	A:visited {
		color: #606060;
		text-decoration: none;
	}

	A:hover {
		color: cornflowerblue;
		text-decoration: underline;
	}


	#title H1 {
		color: ivory;
		background-color: olivedrab;
		margin: 2px;
		padding: 5px;

	}

	#title H4 {
		color: royalblue;
		margin: 5px;
		text-align: right;
	}

	#title H5 {
		color: olivedrab;
		margin: 5px;
	}


	#layout{
		width: 750px;

	}

	#bookimage{
		font-size: 10px;
		margin: 20px 10px 0px 0px;
		float: left;
		text-align: center;
		width: 200px
	}


	#introduction{
		color: #333333;
	}

	#introduction A{
		color: #333333;
	}


	#index{
		margin: 30px 10px 10px 10px;

	}

	.description{
		list-style: none;
	}


	#footer{
		font-size: 10px;
		text-align: left
	}


	#footer A{
		font-size: 17px;
		color: navyblue;

	}
