 
    /*********************
 
       file:       poetry_style.css
       created:    15 july 2005

       updates:
          18 july 2005  Added the gmt_recommend_1 rule



         Note:
                pages 378-379 of XHTML by Don Gosselin say that
                font properties must be in this order:
			   style, weight, variant, size, height, family

    *********************/ 

     .gmt_recommend_1
        {
           font-style        :  italic ;
           font-weight       :  bold ;
           font-size         :  16px ;        
           font-family       :  "Times New Roman", Times, serif ;
           margin-left       :  0.3in ;  
        }


    .the_dagger
        {
            color : black ;
            font-style    :  normal ;  
            font-weight   :  bold ;
            font-size     :  28px ;   
            font-family   :  "Times New Roman", Symbol, serif ;

        }

    .poem_title
        {
            color         :  blue ;
            font-style    :  oblique ;  
            font-weight   :  bold ;
            font-size     :  30px ;   
            font-family   :  "Times New Roman", Symbol, serif ;

        }

    .gmt_emphasis_1
        {
            font-style    :  italic ;  
            font-weight   :  bold ;
            font-size     :  24px ;   
            font-family   :  "Times New Roman", Symbol, serif ;
        }

    .gmt_emphasis_2
        {
            font-style    :  italic ;  
            font-weight   :  bold ;
            font-size     :  21px ;   
            font-family   :  "Times New Roman", Symbol, serif ;
        }

     .gmt_link
         {
             font-family       :  "Times New Roman", Times, serif ;     
             background-color  :  #eeeeee ;  // smooth light gray
         }

     .gmt_link_table_1
         {
             font-size          : 28px ;  
             font-family        : "Times New Roman", Symbol, serif ;
             background-color   : #eeeeee ;  // smooth light gray 
         }


     .gmt_italic_1
         { 
              font-style        :  italic ;  
              font-weight       :  normal ;
              /****   font-size         :  20px ;   ****/
              font-size         :  22px ; 
              font-family       :  "Times New Roman", Times, serif ;
         }

      body 
        {
  /****  we used to use  background-color:#eeeeee for some kind of light gray  ****/
  font-family      : "Times New Roman", Times, serif, Arial, Helvetica, sans-serif ;    
        }  
 
     h1.cntr_red, h2.cntr_red 
        { 
            text-align  :  center ;
            color       :  #FF0000 ;   
        }    

      /****   h1   { font-size  : 25pt }   ****/
      /****   h2   { color  : blue }       ****/

      /****  p    { margin-left  : 50px }  ****/
 
      p
        { 
           font-weight       :  normal ;
           font-size         :  20px ;        
           font-family       :  "Times New Roman", Times, serif ;
           margin-left       :  0.6in ;  
           margin-right      :  1in ;   /* one inch */  
        }
 
    .gmt_imp_arrow
        { 
           font-weight         :  normal ;
           font-size           :  36px ;
           font-family         :  "Times New Roman", Times, serif  ;

   /****   THIS IS NO HELP        background-color    :   #eeeeee ;  ****/
        }
 
    .gmt_approx_eq
        { 
           font-weight         :  normal ;
           font-size           :  24px ;
           font-family         :  "Times New Roman", Times, serif  ;
        }
 
    .gmt_table_1
        {
            font-size     :  24px ;   
            font-family   :  "Times New Roman", Symbol, serif ;
            /****   font-size     :  18px ;   ****/

        }

    .gmt_table_2
        {
            font-size            :  20px ;  
            font-family          :  "Times New Roman", Symbol, serif ;
        }
 
    .gmt_table_3  /********* NOT USED **********/
        {
            font-size            :  18px ;  
            font-family          :  "Times New Roman", Symbol, serif ;
            border-style         :  solid ;
            border-color         :  red ;
            border-top-width     :  medium ; 
            border-right-width   :  medium ; 
            border-left-width    :  medium ; 
            border-bottom-width  :  medium ; 

        }
    .gmt_table_4  /********* NOT USED **********/
        {
            font-family          :  "Times New Roman", Symbol, serif ;
            font-size            :  18px ;  
            border-style         :  none ;
        }

