1<html>
2<head>
3<style type="text/css">
4body   { font-size: 20mm; line-height: 1; width: 4em;  padding: 0; margin: 0; }
5#wrap  { width: 2em; }
6#first { line-height: 1; }
7</style>
8</head>
9<body>
10<div id="first" class="outer">
11LINE1
12LINE2
13LINE3
14LINE4
15</div><!--Page break should be here-->
16<div id="second">
17LINE1
18LINE2
19</div>
20</body>
21</html>
22