
/*  This is the CSS Style Sheet for Photo Collections  */  

  BODY { color:#FFFFCC;
         background:#004400;
         margin-left:5%;
         margin-right:5%; }

    UL { list-style-type: DISC;
         line-height: 125%; }

     P   { margin-top: .5em; font-family: serif;      font-weight: bold; text-align: justify; 
                                                                                   width: 640px; }
   P.tx  { margin-top: .0em; font-family: serif;      font-weight: bold; text-align: justify;
                                                                                   width: 640px; }
   P.a   { margin-top: .5em; font-family: sans-serif; font-weight: bold; }
   P.cpy { margin-top:  0em; margin-bottom: 0em;      font-weight: bold; color: #BBBB88;
                                    text-align: center; font-family: sans-serif; font-size: 8pt; }
   P.tx:first-letter { font-size: 150%; }

  TD.c   { padding-right: 1em;
           white-space: nowrap; }
  TD.pic { padding-top: .5em; padding-bottom: 0em; padding-left: 0em; }
  TD.cpy  { padding-top: 0em; padding-bottom: .5em; }

/* padding-bottom on TD.pic is zero so that the copyright notice is attached to the bottom of   */
/* the picture.  padding-left on TD.pic is zero, because the picture is two table colums wide,  */
/* and everything else is one table column wide, and setting this value to zero seems to center */
/* the picture in the window.                                                                   */

/* The copyright notice is printed with a darker (dimmer) color than other text so that it      */
/* is less of a distraction.                                                                    */

   IMG { border-width: 10px;
         border-color: #eeeeee; }

  #nav { width=105px;
         height=30px;
         border-width: 0; }

 #navs { border-width: 0; }

  A:link     { color:white; }
  A:visited  { color:#ffcccc; }
