/*  filename:  mag_text.css                     */
/*  cascading style sheet for Cornerstone text  */
/*  accessed via links in HTML files            */

/*    define one-em indent       */
P.indent {text-indent: 1em}

/*    define hanging indent      */
P.hang {text-indent: -1em;  margin-left: 1em}

/*    define midway-indent       */
DIV.mid {text-indent: 45%}

/*    remove text underline on hyperlinks       */
A.plain {text-decoration: none}

/*     define double-italics, italics within italics!    */
I.it2 {font-style: italic;
       font-weight: bold;
       font-family: Garamond, CG Times, serif;
       }

/*  ---end of definitions---   */
