<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">

<html>
<head>
<title>Untitled</title>
<style type="text/css">
<!--
/*this is a comment in css*/

/*making regular text red and setting page background color*/
body {color: #961710; background: #FFE0C0;}
/*setting link color. not working yet*/
link {color: #3F3F03;}
/*setting visited link color. not working yet*/
a:visited {border-bottom-color:  #E36C0A }
body {style="vlink: #E36C0A;"}
/*horizontal rule color*/
hr { color: #3F3F03; }
/*Making headers the color and font I want*/
h1{ color: #3F3F03; font-family:Poor Richard}
h2{ color: #3F3F03; font-family:Poor Richard}
h3{ color: #3F3F03; font-family:Poor Richard}
h4{ color: #3F3F03; font-family:Poor Richard}
h5{ color: #3F3F03; font-family:Poor Richard}
h6{ color: #3F3F03; font-family:Poor Richard}
/*Defining custom bullet for unordered lists*/
li {list-style-image: url(bullet.jpg)}

/*to do: address block at bottom of page, define hr as dk grn. insert graphic at top of page?*/
-->
</style>

</head>
<body>

</body>
</html>

