/*
 *   Miscellaneous styles
 *
 *   Written for the Multicultural and Gender Studies Faculty Development Website
 *   
 *   author: Brian Rosmaita
 *   Last modified: Friday, October 27, 2000 at 8:38 am EDT
 *
 *   Contents
 *      Poem Styles: DIV.poem, P.newline, P.stanza, P.tagline, P.firstgraf
 *      
 *      
 *      
 *      
 *      
 *      
 */

/*
 *  Poem Styles
 */
DIV.poem {
  margin-left: 12%;
  margin-right: 12%;
}

P.newline {
  margin-top: 0;
  margin-bottom: 0;
}

P.stanza {
}

P.tagline {
  text-align: right;
}

P.firstgraf {
  margin-top: 1em;
  margin-bottom: 1em;
  text-indent: -6%;
}


