h1 {
	text-align: center;
	background-color: blue;
	color: white;
	margin-bottom: 0px;
}

div.credit {
	text-align: right;
	font-style: italic;
}

div.menu {
	width: 200px;
	height: 550px;
	background-color: #aaddff;
	color: #000080;
        padding: 0.5em;
}

div.main {
	background-color: white;
        padding: 0.5em;
} 


p.box {
          width: 510px;
          height:400px;
          overflow: scroll;
          background-color: white;
          border: dashed 1px green;
          
}
		
div.footer {
	clear: both; 
	background-color: #ccffcc;
	text-align: center;
	font-family: Verdana,sans-serif;
	font-size: 80%;
}
              
content img.illust{
          float: left;
          margin: 0px 0.1em 0.1em 0px;
                   }

div.cover {
	width: 1000px;
}
