	/* CSS Document */
	
		body {
		margin: 20px 50px 50px 20px;
		background-image:url("tile.png");
		font-family: Futura, Lucida, Times, serif;
		font-size:14px;
		
		}
		
		
		/*defines the navigation menu bar*/
		

a.menu
{
text-align:center;
font-weight:bold;
font-size: 1.2em;
font-family: Avenir, sans-serif;

}
		
		h1 {
		color:#000000; 
		font-variant: small-caps;
		
		}
		  
			/* links in the body of the document */
		a:link  {
		
		  color:#476849;
		  text-decoration:none;
		
		   }
		   a:visited  {
		
		  color:#6f0606;
		   text-decoration:none;
		
		   }
		   a:hover  {
		
		  color:#cdd4ab;
		  text-decoration:none;
	
		   }
		   
		


		   p {
		   
		   padding: 15px 15px 15px 5px;
		   }
		   br{
		   clear: both;
		   }
		   img {
		    padding: 0px 0px 0px 0px;
		   }
		   
		   .citeMe {
		 font-size: .8em;
		 color:#6f0606;
		 position: fixed;
		 bottom: 20px;
		}
		.centerBlock{
		margin-left: auto;
		margin-right: auto;
		margin-top: 10%;
		padding: 30px;
		width: 750px;
		font-size: 1.4em;
		background-color: #8f8182;
		opacity: .75;
		}
		
		 .textWrapR{
		 float: right;
		margin: 10px;
		 }
		 
		 
		 
		.read {
		font-variant: small-caps;
		}
		.textbold {
		font-size: 1em;
		font-weight:bold;
		color:#82a57f;
		
		}
		.due {
		color: #df0100;
		}
		
		 .quiz {
		color: #df0100;
		}