/*
 * This is the stylesheet for the photography gallery section only.
 * boo, Tue Jun 10 01:26:50 EDT 2003
 */

body {
  background: #777777;
  color: #eeeeee;
  font-family: "Trebuchet MS";
}

/* Links and their colors. */
A:link    { color: #555555 }
A:visited { color: #444444 }
A:hover   { color: #333333 }

/*
 * Formats for text and shit in the
 * header for all pages at isolation/appendage.
 */
h1.ph {
  font-family: arial;
}

h4.ph{
  font-family: arial;
}

/*
 * I use a columnar (sic) format to divide things
 * that I might have written from off-site info.
 * To remain consistent, I'd like the fonts to be
 * Arial as well (just like the "ph" class).  These
 * "sub-headers" are always H3.
 */
h3.sh {
  font-family: arial;
}
