<!doctype html>

<html lang="en">
<head>
  <meta charset="utf-8">
  <title>Romantic Novels</title>
  <meta name="author" content="Biyi Wen">
  <meta name="description" content="romantic novels">
  <link href="https://fonts.googleapis.com/css?family=Margarine" rel="stylesheet">
  <link rel="stylesheet" href="template.css">
  <link rel="stylesheet" href="bg_3.css">
</head>

<body>
	<div id="container">
		<section id="text">
			<nav class="crumbs">
			<ol>
			    <li class="crumb"><a href="index.html">Index</a></li>
			    <li class="crumb"><a href="borges_bookstore.html">Borges Bookstore</a></li>
			    <li class="crumb">Bertelsmann</li>
			</ol>
			</nav>
			<h1>Romantic Novels</h1>
			<p style="margin-top:60px;">
			Romantic Novels write about fictions in popular themes. A glimpse to its title can summarize its content - <i>"The CEO's Young Wife", "Hard to Fit a Wife's Role"</i>.</p>
		</section>
		<section id="gallery">
			<img src="img/romantic_novels/1.jpg">
			<img src="img/romantic_novels/2.jpg">
			<img src="img/romantic_novels/3.jpg">
			<img src="img/romantic_novels/4.jpg">
		</section>
		<section class="noPrint" id="network">
			<h1>Serial, Networked Literature</h1>
			<ul class="topic">
			<li><a href="goosebumps.html">Goosebumps</a></li>
			<li><a href="mengmeng.html">Zhang Meng Meng</a></li>
			</ul>
		</section>
		
	</div>
</body>
</html>