<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
	<title>Style Sheet</title>
<style="text/css">
p { font-family: "Times New Roman", Times, serif; font-size: normal; text: #0000FF; font-style: normal; font-weight: bold; font-variant: normal; text-transform: none; color: #0000FF; page-break-before: auto; page-break-after: auto; text-decoration: none; white-space: normal}
body { background-image: url(backgrounds/plainbrn.gif); font-family: "Times New Roman", Times, serif; font-size: normal; text: #0000FF; font-style: normal; font-weight: bold; font-variant: normal; text-transform: none; color: #0000FF; letter-spacing: normal; text-align: left; text-indent: 5em; }
h1, h2, h3, h4 { background-image: url(backgrounds/plainbrn.gif); color: #660000; font-weight: bold; }
</style>
</head> 

<body>
<center>
<h1>Header</h1><br>
<h2>Header</h2><br>
<h3>Header</h3><br>
<h4>Header</h4><br>
</center>
<p>This is what my font looks like.</p>
<p>I like to write.</p>
</body>
</html>
