 
    /*********************
 
       file:             whitehead_styles.css
       created:    19 apr 2007

       updates:
            20 apr 2007   Added  gmt_choose_color  and  top_bottom_links

   
    *********************/ 



           .top_bottom_links
               { 
                   font-family       :  "Times New Roman", Times, serif ;
                   /****  font-variant      :  small-caps ;  ****/
                   /****  text-decoration   :  none ;   ****/  
                   /****  font-weight:bold ;  ****/
                   text-decoration      :  none ; 
                   vertical-align           :  middle ; 
                   font-style                  :  italic ;
                   /****    font-weight              :  bold ;   ****/
                   font-weight              :  normal ;
                   font-size                   :  30px ;                
                   color                          :  blue ;  
                   background-color  :  "#eeeeee" ;  // smooth light gray
                   /****  background-color  :  white ;   ****/
               }



           .gmt_choose_color
               {
                   font-family       :  "Times New Roman", Times, serif ;
                   /**** color             :  black ;    ****/
                   /****  background-color  :  white ;  ****/
                   font-size         :  20px ;        
                   font-weight       :  bold ;
               }

     h1.cntr_red, h2.cntr_red 
        { 
            text-align  :  center ;
            color       :  #FF0000 ;   
        }    

     .gmt_link_table_1
         {
             font-size          : 28px ;  
             font-family        : "Times New Roman", Symbol, serif ;
             background-color   : #eeeeee ;  // smooth light gray 
         }

     .gmt_link
         {
             font-family       :  "Times New Roman", Times, serif ;     
             background-color  :  #eeeeee ;  // smooth light gray
         }


     .gmt_italic_1
         { 
              font-style        :  italic ;  
              font-weight       :  bold ;
              font-size         :  20px ; 
              font-family       :  "Times New Roman", Times, serif ;
         }

      body 
        {
               /*    background-color :  #eeeeee ;    some kind of light gray  */
               background-color :  #ffffff    /*  white  */
               font-family      : "Times New Roman", Times, serif, Arial, Helvetica, sans-serif ;    
        }  


    .poem_title
        {
            color                  :  blue ;
            font-style          :  oblique ;  
            font-weight      :  bold ;
            font-size           :  30px ;   
            font-family        :  "Times New Roman", Symbol, serif ;

        }

 

      h1   {   font-size  : 25pt  }
      h2   { color  : blue }

      /****  p    { margin-left  : 50px }  ****/
 
      p
        { 
           font-family         :  "Times New Roman", Times, serif ;
           font-size            :  20px ;        
           font-weight       :  bold ;
           margin-left        :  0.6in ;  
           margin-right     :  1in ;   /* one inch */  
        }
 
    .article_source
        { 
           font-family         :  "Times New Roman", Times, serif ;
           font-size            :  20px ;        
           font-weight       :  bold ;
           font-style           :  italic ;
        }


    .gmt_table_1
        {
            font-family   :  "Times New Roman", Symbol, serif ;
            font-size     :  18px ;   
        }

    .gmt_table_2
        {
            font-family          :  "Times New Roman", Symbol, serif ;
            font-size            :  18px ;  
            border-style         :  solid ;
            border-color         :  black ;
            border-top-width     :  medium ; 
            border-right-width   :  medium ; 
            border-left-width    :  medium ; 
            border-bottom-width  :  medium ; 

        }
 
