body {
		line-height: 120%;
		font: normal 12px helvetica, sans-serif;
		color: black; 
		background: white; 
		text-align: left; 
		text-rendering: optimizeLegibility; }
	a { 
		color: black; 
		text-decoration: underline; }
	a:hover {
		text-decoration: none; }
	
	p {
		padding: 8px; 
		margin: 0px;
		border: 1px dotted black; 
		height: 184px; 
		width: 184px; }
	
	strong { font-weight: bold; }
	em { font-style: italic; }
	code { font-family: Courier; }
	st { text-decoration: line-through; }
	
	.navbar {
		text-align: left;
		font-size: 25px;
		color: white;
		background-color: black;
		position: fixed; 
		left: 0px;
		top: 0px; 
		padding: 10px; 
		width: 100%; 
		z-index: 2;}
	.navbar a { 
		color: white;
		text-decoration: none; 
		border: none; }
	.navbar a:hover { border-bottom: 2px solid white; }
		
	.bump {
		margin: 0 auto;
		height: 50px;
		display: block; }
				
	.big {
		font-size: 50px;
		font-weight: bold; }
		
	.story {
		width: 400px; 
		margin: 0 auto; 
		position: relative;
		display: block;
		z-index: 1; }
	
	.content {
		margin: 0 auto;
		position: relative;
		display: block;
		z-index: 1; }
		
	.container {
		position: relative;
		padding-top: 30px;
		width: 660px;
		height: 200px;
		display: block; 
		margin: 0 auto; 
		z-index: 1; }	
		
		.container .one {
			position: absolute;
			width: 200px;
			height: 200px;
			left: 0px;
			display: inline; }
			
		.container .two {
			position: absolute;
			width: 200px;
			height: 200px;
			left: 230px;
			display: inline; }
			
		.container .thr {
			position: absolute;
			width: 200px;
			height: 200px;
			left: 460px;
			display: inline; }
