
BODY { 
  background-image:  url(backgr2.gif);
  background-repeat: repeat-y;
  color:  #000000;
}

/* heading styles */
H1              {  }
H2              {font: bold italic Arial Helvetica; color: #5681a5; }
H3              {font: bold italic Arial Helvetica; color: #5681a5; }
H4              {  }
H5              {  }

em { font-style: italic; }

  :link { color: #CC0000 }  /* for unvisited links */
  :visited { color: #000000 } /* for visited links */
  :active { color: #3333FF } /* when link is clicked */
  :hover { color: rgb(0, 96, 255) } /* when mouse is over link */

