<!DOCTYPE html>
<html>
<head>
	<title>Puni Lunch</title>
	<link rel="stylesheet" type="text/css" href="../../stylesheets/bootstrap.css">
	<link rel="stylesheet" type="text/css" href="../../stylesheets/common.css">
	<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body style="background-color: beige">
	<div class="container-fluid">
		<div class="row">
			<div class="col-md-8 col-md-offset-2 well">
				<img src="../../images/cafrico.jpg" class="img-responsive center-block">
				<p class="text-center" id="text">
					Looking around, you saw a little Puni girl, most likely in elementary. As you approached the Puni, you begin to notice that she is shivering. The nametag says. "Ricola Weiss"
				</p>
				<p class="text-left" id="text">
					???: "...dont....leave....me...." <br/>
					You: "Please calm down. What happened?"<br/>
					Ricola: "...Ricola...Weiss....they're.....coming....!!!!!! "
				</p>
				<p class="text-center" id="text">
					The little Puni fainted. You hear the sound of footsteps getting louder and louder, reverberating in the empty cafeteria. The kitchen Puni disappeared somewhere. You yourself have gotten a bit nervous.
				<ul id="choice">
					<li>
						<a href="end3.html" id="choice">
							Fight.
						</a>
					</li>
					<li>
						<a href="page4.html" id="bad">
							Wait.
						</a>
					</li>
				</ul>			
			</div>
		</div>
	</div>
</body>
</html>