
.booksection {
  font-size :1.1 em;
  color: #047f7f;
  margin-top: 1em;
  margin-bottom: .5em;
}

.chaptertitle {
	text-indent: 40px;
	margin: .2em;
}

.toplink :a {
	text-decoration: none;
}

.headerbutton {
	margin-bottom: 0px;
	display: inline;
	text-decoration: none;
}
	    
	    #canvas {
			background : white;
	    	margin-left: 674px;
	    	margin-top: -150px; 
		}
	    .dialogname {
	    	font-weight:bold;
	    	font-size: 18px;
	    }
	    .footer {
	    	font-size: 24px;
	    	display:block;
	    	margin:auto;
	    	font-style: italic;
	    	color: #047f7f;
	    }
	    .date {
	    	clear :both;
	    	display:inline;
	    	margin-bottom: 1px;
	    	font-size: 12px;
	    	color: #047f7f;
	    }
	    .fineprint {
	    	   font-size: 10px;
	    	   margin-bottom: 20px;
	    }
	    .freeposterlink {
	    	background-color: white; /* Green */
			color: black;
			border: 2px solid black;
			padding: 15px 32px;
			text-align: center;
			text-decoration: none;
			display: inline-block;
			font-size: 16px;
			margin: 4px 2px;
			cursor: pointer;
			border-radius: 50%;
			float: right;
			box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
	    }
	    .button {
		    background-color: yellow; /* Green */
		    border-style: solid;
		    border-width: 3px;
		    border-color: #047f7f;
		    color: red;
		    padding: 15px 32px;
		    text-align: center;
		    text-decoration: none;
		    display: inline-block;
		    font-size: 20px;
		    font-style: italic;
		    padding: 10px 10px;
		    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
		    margin-right: 30px;
		    margin-bottom: 30px;
		    margin-top: 20px;
		}	
	     .blogimage {
	      	margin:auto;
	      	display:block; 
	      	padding-top:50px;
	      	padding-bottom:50px;
	      }
	      h1 {
	      	margin-top:60px;
	      	font-size: 2.5em;
	      }
	     .center {
		    margin: auto;
		    width: 964px;
		    /*border: 3px solid #73AD21;  */
		    /*padding: 10px; */
			}
		.clear {
			clear :both;
		}
		#mailb {
			float:right;
		}