body { 
    margin-left: 10%; 
    margin-right: 10%; 
    font-family: sans-serif;
    background: #fff url("book.jpg");
  }
  
	h1 { color: maroon; text-align: left; }
	h2 { color: maroon; border: solid; color: maroon; border-width: thin; width: 100%; text-align: center; }
	h3 { color: maroon; text-align: justify; }
	h4 { background:silver; text-align: center;}
	h3,h4,h5,h6 { margin-left: -3% }
	p { text-align: justify; }

A:link {text-decoration: underline;}
A:visited {text-decoration: underline; color: blue;}
A:hover {color: red; background-color: #cceedd;}

#navlist li
{
display: inline;
list-style-type:none;
padding-right: 10px;
}


