/*
 *  this is the CSS2 stylesheet for the 
 *  jflody gallery index pages.
 */
body
  {
    color: black;
    background-color: #f8eecb;
    background-image: url(/cnvbkgnd.gif);    
  }
p.gallink 
  {
    margin-top:0;
    margin-left:3em;
    margin-right:3em;
    margin-bottom:0;
    padding:2pt;
    padding-left:6pt;
/*    width:50%;
    border:1px gold solid; */
    border:none;
    text-align:left;
    align:center;
    background: rgb(250,250,245);
    color:black;
  }
a.toclink 
  {
    font-family:Verdana,Arial,Helvetica,sans-serif;
    color:rgb(0,0,160);
    background-color: rgb(250,250,245);
  }
a.toclink:hover 
  {
    background: rgb(200,255,250);
    color:      rgb(60,60,200);
  }

div.content 
  {
     margin:1em; 
     margin-left:2.5em;
     margin-right:2.5em
     align:center;
     text-align:center;
     border:1px gold solid;
     padding:4pt;
  }

