	body {
		position:absolute;
		background-color:#F1F1D4;
		font-family: Arial, Sans-Serif; 
		color: black;
		margin:0;
		padding:0;
/*		outline:1px solid yellow; */
/*		box-shadow: inset 0px 0px 4px 8px rgba(255,255,0,.5);*/
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
        font-size:1.5em;
	}
	div {
/*		outline:2px solid rgba(0,0,255,.8);*/
	}
	
	.footer {
		position:fixed;
		bottom: 0;
		color: #F1F1D4;
		width:100%;
		height:1.5em;
/*		outline: 2px solid rgba(255,0,0,.5);*/
		text-align:center;
		background-color: black;
		padding-top:.3em;
	}
	
	.container {
		max-width:768px;
		min-width:200px;
		margin:auto;
		padding:10px;
		max-height:80%;
	}
	
	.wrapper {
		margin:0;
		max-height:90%;
		overflow:auto;
		padding-bottom: 3em;
	}
	
	.wrapper:first-line{
		font-weight:bold;
		color:light-blue;
	}
	
	.wrapper:first-letter{
		font-size:3em;
		font-family:Times New Roman, Serif;
		line-height: .8em;
	}
	
	.choices-area {
		margin-top: 10px;
		font-family: Comic Sans,times new roman,serif;
		font-size: 1.5em;		
	}
	.choices {
		border-left: 12px solid #5C4033;
		margin-left: 12px;

	}
    
    a {
        color: #5C4033;
        text-decoration:none;
    }
    
    a:active, a:hover {
        font-weight:bold;
    }
    
    a:visited {
        color: gray;
    }
    
/* MEDIA QUERIES */
@media (max-width: 359px) {
    body {
        font-size:2em;
    }
}