/*style sheet*/


BODY
  {
  background-image: url(image/backgd.jpg);
  margin-left: 0em;
  margin-right: 0em
  }

P
  {
  font-family: arial, helvetica;
  color: #202020;
  font-size: 16px
  }

.P
  {
  font-family: arial, helvetica;
  color: #202020;
  font-size: 16px
  }

BLOCKQUOTE
  {
  font-family: arial, helvetica;
  color: #202020;
  font-size: 16px
  }


A
  {
  font-family: arial, helvetica;
  color: #71796F;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none
  }

A:hover 
  {
   color: #71796F;
   font-size: 16px;
   font-weight: bold;
   text-decoration: underline;
   cursor: pointer;
  }


H1
  {
   font-family: arial, helvetica;
   color: #202020;
   font-size: 25px
  }

H2
  {
   font-family: arial, helvetica;
   color: #71796F;
   font-size: 20px;
   font-weight: normal
  }


H6
  {
  font-family: arial, helvetica;
  font-weight: normal;
  color: #202020;
  font-size: 10px;
  text-decoration: none;
  text-align: center
  }


DL
  {
  font-family: arial, helvetica;
  color: #202020;
  font-size: 16px
  }

.linespace
  {
   line-height: 140%
  }


.box
  {
   width: 88%;
   height: 88%;
   padding: 15px
  }

.heading
  {
   font-family: arial, helvetica;
   color: #71796F;
   font-size: 21px;
   font-weight: normal
  }


.indent
  {
   font-family: arial, helvetica;
   color: #202020;
   font-size: 16px;
   margin-left: 2em
  }


