/* Stylesheet for photo gallery */

BODY	      { 
	      font-family: Arial, Helvetica, sans-serif;
	      font-size: 8pt
	      }

TD	      { 
	      font-family: Arial, Helvetica, sans-serif;
	      font-size: 8pt;
	      }

/* Captions */

#caphead, #cap, #captech
	      {
	      font-family: Arial, Helvetica, sans-serif;
	      }

#caphead      {
	      font-size: 8pt;
	      text-align: center;
	      background-color: yellow
	      }	      


#cap	      {
	      text-align: justify;
	      font-size: 8pt;
	      }	      

#captech      {
	      font-size: 6pt;
	      text-align: left;
	      color: #a0a0a0;
	      }

#capheadlarge, #caplarge, #captechlarge
	      {
	      font-family: Arial, Helvetica, sans-serif;
	      text-align: left;
	      }

#capheadlarge {
	      font-weight: bold;
	      font-size: 10pt;
	      background-color: yellow
	      }	      


#caplarge     {
	      font-size: 10pt;
	      }	      

#captechlarge {
	      font-size: 8pt;
	      color: #a0a0a0;
	      }

A	      {
	      font-family: Arial, Helvetica, sans-serif;
	      color: blue;
	      text-decoration: none
	      }

H1	      {
	      font-family: Arial, Helvetica, sans-serif;
	      text-align: center
	      }

