<!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">
					Carrying Ricola on your back, you hid behind a table and waited. The school bell rings, signifying the end of the lunch break. The sound of the footsteps slowly disappeared. After a little while, the little Puni regained consciousness.
				</p>
				<p class="text-left" id="text">
					Ricola: "....good...morning..." <br/>
					Ricola: "...nice...to....meet.....you....I'm.....Ricola....Weiss... "
				</p>
				<p class="text-center" id="text">
					After taking several deep breaths, Ricola regained her composure. It seems like this girl is really timid and easily frightened. <br/>
				<ul id="choice">
					<li>
						<a href="end4.html" id="choice">
							Give her something to drink.
						</a>
					</li>
					<li>
						<a href="end4.html" id="bad">
							Dance the hoopa.
						</a>
					</li>
				</ul>			
			</div>
		</div>
	</div>
</body>
</html>