 
    /*********************
 
       file:       Exercise_answers.css
       created:    08 jan 2004
       updates:
          12 feb 2004   ?
          28 feb 2005   Changed bgColor from "#EEEEEE" to #eeeeee  [ removed quotes ]
          24 mar 2005   Add gmt_implies tag  and gmt_table_1 tag  and revise P tag
          19 Apr 2005   Removed all tabs
          24 june 2005    1) Added gmt_italic_1 rule
                          2) Added gmt_table_2  rule
          26 june 2005  Added the gmt_link rule
    
    *********************/ 


     .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  */
  font-family      : "Times New Roman", Times, serif, Arial, Helvetica, sans-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       :  normal ;
           margin-left       :  0.6in ;  
           margin-right      :  1in ;   /* one inch */  
        }
 
    .gmt_imp_arrow
        { 
           font-family         :  "Times New Roman", Times, serif  ;
           font-size           :  36px ;
           font-weight         :  normal ;
   /****   THIS IS NO HELP        background-color    :   #eeeeee ;  ****/
        }
 
    .gmt_approx_eq
        { 
           font-family         :  "Times New Roman", Times, serif  ;
           font-size           :  24px ;
           font-weight         :  normal ;
        }
 
    .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 ; 

        }
 
    .gmt_table_3  /********* NOT USED **********/
        {
            font-family          :  "Times New Roman", Symbol, serif ;
            font-size            :  18px ;  
            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 ;
        }

