
body           {background color: #FF6600; }           <!-- Page Background -->
table.short-table {width: 850px;              }
td.table       {background color: #FFFFFF; }              <!-- Table Color -->
td.tableborder {background color: #800000; }            <!-- Header Color -->
h1        {color: black; font-family: arial }      <!-- Title     -->
h2        {color: black; font-family: arial }      <!-- Title     -->
h3        {color: black; font-family: arial }      <!-- Chapter   -->
p         {color: black; font-family: arial }      <!-- Paragraph -->
dt        {color: black; font-style: italic;}      <!-- Poem      -->





<style>
<!--
A:link    { text-decoration: none; color: #000080; }
A:visited { text-decoration: none; color: #000080; }
A:active  { text-decoration: none; color: #000080; }
A:hover   { text-decoration: none; color: #C0C0C0; }
-->
</style>


<!-- Colors Code 
#FFFFFF White
#808080 Grey
#FF6600 Orange
#800000 Dark Red
-->