| 12345678910111213141516171819202122232425262728293031323334353637383940 |
- <?xml version="1.0" encoding="utf-8"?>
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
- "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
- <html xmlns="http://www.w3.org/1999/xhtml">
- <!--
- blank.html by Bill Weinman <http://bw.org/contact/>
- Copyright (c) 2009 The BearHeart Group, LLC
- created 2009-11-04
- -->
- <head>
- <title>
- Nothing Here
- </title>
- <style>
- body {
- background-color: #666;
- font-family: trebuchet ms, verdana, sans-serif;
- color: #999;
- }
- p.blank {
- margin-top: 150px;
- text-align: center;
- font-size: 24pt;
- }
- </style>
- </head>
- <body>
- <p class="blank"> This page intentionally left blank.
- </p>
- </body>
- </html>
|