a {
	color : #0050d0;
	font-weight : bold;
	text-decoration : none;
	}

a:active {
	color : #ff0000;
	}

a:hover {
	color : #008080;
	font-weight : bold;
	text-decoration : underline;
	}

h2{
	color : #225511;
	text-align : center;
	}

h3{
	color : #225511;
	font-size : 1.25em;
	text-align : center;
	}

body{
	background-color : #ddffd3;
	font-weight : normal;
	color : #225511;
	padding-left : 15px;
	}

#container{
	text-align : center;
	}

#book{
	width : 700px;
	padding : 15px;
	border-top : 6px #aa88aa solid;
	border-bottom : 6px #775577 solid;
	border-left : 6px #aa88aa solid;
	border-right : 6px #775577 solid;
	margin : 0 auto;
	}

hr{
	clear : both;
	}
