
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Style Sheet One</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css">
Body
    {
     margin-top: .25in;
     margin-left: .75in;
     margin-right: .5in;
     }
 h1.title{font-family: lucida handwriting, arial, sans-serf;
          font-size: 22pt;
          font-style: normal;
          color: #8A2BE2; /* blueviolet*/
	  background: #FFEFD5; /* papayapuff */
	  margin-left: 3cm;
      }
 H2   {font-family: Rockwell, arial;
       font-size: 18pt;
       color: red;
       }
 H3  {  
      font: 14pt verdana; color: #8F8FBD ; /* light steel blue*/
     }
Span
     {
      font-family:"Arial Rounded MT Bold";
      font-size: 16pt;
      color: #D8D8BF;  /* wheat */
      }
dt{font-size: 16pt;
   color: #191970; /* midnightblue */
   }
.break_after {
              page-break-after: always;
              }	  
</STYLE>
</head>


</body>
</html>


