/* this line sets colors, fonts for all pages */
BODY { background-color:#11050c; color:#f8f068; font:  bold small Verdana, Geneva, sans-serif}

/* this is the table that holds the whole page contents. This is done so that the width can be set,
and won't be dependent on the browser width */
TABLE.page { width: 780px; border: thin solid gray }

/* this line makes the <P> tag always indented on the left a little */
P { margin-left: 1em}

/* this sets what color to make links */
A:active  { color: #fa4e98; background-color: #9a68f8 }
A:hover   { background-color:#fc8036 }
A:link    { color:#97f868 }
A:visited { color: #f2fc36 }  /* same color as non-visited links */

TD.banner { background-color: #008080} /* aqua color for top title */
TD.light { background-color: #eff9f9; color: #fd7829; font-size: 75% }    /* light color for links */
TD.light A:link { color: #8d1807 }
TD.light A:visited { color: 8d1807 }

IMG.snapshot { border: solid 10px white; margin: 1em } /* this has a wide white border */
IMG.photo { border: solid 1px #fec58b; margin: 1em } /* this has a one-pixel border */

