/* Style Sheet for photos on my personal home site.   */
/* Created by Darrell Edgley on 15th April 1999       */

body           {
                background: #fffff0;
                color: black;
                font-family: arial, helvetica, sans-serif;
               }

/* Define the style for heading 1 */
h1             {
                background: #fffff0;
                color: black;
                font-weight: bold;
                font-size: 150%;
                text-align: center;
               }

h2             {
                background: #fffff0;
                color: black;
                font-weight: bold;
                font-size: 125%;
                text-align: center;
               }

h3             {
                background: #fffff0;
                color: black;
                font-size: 125%;
               }

small          {
                background: #fffff0;
                color: black;
                font-size: 9pt;
               }

td             {
                background: #fffff0;
                color: black;
                font-size: 9pt;
               }

div            {
                background: #fffff0;
                color: black;
                font-family: arial, helvetica, sans-serif;
               }

.vsmall        {
                background: #fffff0;
                color: red;
                font-size: 8pt;
               }

.copyright     {
                background: #fffff0;
                color: black;
                font-size: 8pt;
               }

