
div.header
  {
  position: relative;
  top: -15px;
  }


div.content
  {
  width:775px;
  padding-right: 1%;
  padding-left: 1%;
  border-left: thick double gray;
  border-right: thick double gray;
  }

h1
  { 
  position: absolute;
  float: right;
  top: 2px;
  right: 2px;
  font-size: 28px;
  letter-spacing: 6px;
  color: rgb(0,0,0);
  font-family: serif;
  font-weight: bold;
  font-variant: small-caps;
  }

h2
  { 
  text-align: center;
  font-variant: small-caps;
  letter-spacing: 2px;
  color: rgb(0,0,0);
  font-family: times;
  font-size: 30px;
  }

h3
  {
  font-size: 28px;
  letter-spacing: 3px;
  color: rgb(115,5,5);
  font-family: serif;
  text-decoration: underline;
  font-weight: bold;
  font-variant: small-caps;
  }

h4
  { 
  color: rgb(0,0,0);
  text-align: center;
  font-size: 22px;
  letter-spacing: 7px;
  font-family: serif;
  font-variant: small-caps;
  margin-left: 200px;
  margin-right: 200px;
  }


h5
  { 
  position: relative;
  text-align: center;
  letter-spacing: 4px;
  color: rgb(65,10,0);
  font-family: times;
  font-size: 16px;
  }


h6
  { 
  text-align: center;
  font-family: times;
  }


body 
  {
  font-size: 16px;
  background-color: #FFFFFF;
  padding-right: 1%;
  padding-left: 1%;
  }

p
  {
   font-size: 16px;
   font-family: serif;
   color: rgb(0,0,0);
   text-align: justify;
   text-indent: 1cm;
  }

p.comp
  {
   font-size: 16px;
   font-family: serif;
   color: rgb(0,0,0);
   text-align: justify;
   text-indent: 1cm;
   width: 500px;
   float: left;
   clear: left;
  }

p.pay
  {
   font-size: 14px;
   font-family: arial;
   color: rgb(132,75,0);
   padding-right: 1%;
   padding-left: 1%;
   clear: left;
   float: left;
  }

p.val
  {
  position: relative;
  left: -40px;
  width: 755px;
  padding-right: 1%;
  padding-left: 1%;
  text-align: left;
  font-variant: small-caps;
  letter-spacing: 2px;
  color: rgb(0,0,0);
  font-family: times;
  font-size: 30px;
  clear: left;
  }

img.blurb
{
   color: rgb(0,0,0);   
   padding-right: 1%;
   padding-left: 1%;
   padding-top:  1%;
   padding-bottom:  1%;
}

table
  {
   font-size: 22px;
   border-spacing: 10px;
  }

a 
  {
  color: rgb(170,10,0); 
  text-decoration: none;
  font-variant: small-caps;
  }

a.take 
  {
  position: relative;
  top: -25px;
  right: -40px;
  float: right;
  font-size: 16px;
  color: rgb(10,10,150); 
  text-decoration: none;
  font-variant: small-caps;
  text-align: right;
  }

a.img
  {
  color: rgb(255,255,255); 
  }

a.foot
  {
  font-size: 12px;
  }

  a:active {color: #00FF00;}
  a:visited {color: #0000EE; text-decoration: none;}
  a:hover {color: #0000FF; text-decoration: underline;}