/*
 * This is the default stylesheet for the isolation.net/appendage.net/
 * appendage.org/davisquare.net domains.  Too fuckin' bad if you don't
 * like it.   Nicholas Barry, 20 Nov 2002 (W).
 */

body {
  background: #ffffff;
  font-family: "Trebuchet MS";
}

/*
 * Links and how to live 'em.
 */
 A:link { 
  color: #001e6b;
  text-decoration: none;
}

A:visited { 
  color: #580100;
  text-decoration: none; 
}

A:hover { 
  color: #2200cc;
  text-decoration: none;
}


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

h4.ph{
  font-family: arial;
  color: black;
}

/*
 * 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;
  color: black;
}
