/* styles included in all pages */
/* em is the height of the active font, xm is the height of an x */
A:link { color: #cccccc }       /* unvisited link */
A:visited { color: #888888 }   /* visited links */
A:active { color: #BBBBBB }    /* active links */
BODY {
  color: #FFFFFF; 
  background-color: #000000;
 }

.attributename { }
.attributevalues { }
.attributevalue { }
.additionalview { }
.credit { }
.pagetitle { color: #CCCCCC; font-family: sans-serif; }
.pagecontent {  }

#views {  }
#pieceview {  }
#otherview {  }
#piecename { clear: both }
#attributes { }
#description { }
#additionalviews { }
#credits { }

#gallery { }
.gallerythumb { }
.gallerypiece { margin: 2em; text-align: center }
.gallerypiecename { }
.gallerypiecethumb { }

/* define div:
Used in piece.t
classes:
   attributename
   attributevalues
   attributevalue
   additionalview 
ids:
   piecename
   pieceview
   otherview
   attributes
   description
   additionalviews
Used in the gallery
ids:
   gallery
classes:
   gallerythumb (for img)
   gallerypiece
   gallerypiecename
   gallerypiecethumb
*/

