/* external style sheet for Golden Wings website - Sheryl Ackerman */
body { 
      max-width: 800px; background-color:#FFFFCC;               /* background color of webpage is light gold */
      color: black;  /* text will be black unless specified otherwise in htm file */
    }

table { width: inherit;  font-size: 1.10em; background-color:#000000; border-width:medium;} /* table has a black background */

tr {background-color:#CCCC66 }                                   /* table rows will have a gold background */
td#black {background-color:#000000};                             /* table cells will have a black background */
td id=#white { border-width: medium; background-color:#FFFFFF; } /* background of cells is white */
td id=#gold { border-width: medium; background-color:#CCCC66; }  /* background of cells is gold */*/
p {color: black; }                                               /* text for p tags will be black */

