/*
  kr1.css
 these are browser scaleable fonts
 <b>tags with classes. 
    g and e specify Gujarati and English fonts respectively. 
    v and f specify variable size  and fixed size fonts
    1 to 7 gives sizes in ascending order.
*/
   b.gv1{font-size:14pt; font-family:"Gopika"}
   b.gv2{font-size:16pt; font-family:"Gopika"}
   b.gv3{font-size:18pt; font-family:"Gopika"}
   b.gv4{font-size:20pt; font-family:"Gopika"}
   b.gv5{font-size:22pt; font-family:"Gopika"}
   b.gv6{font-size:24pt; font-family:"Gopika"}
   b.gv7{font-size:30pt; font-family:"Gopika"}

   b.ev1{font-size:12pt; font-family:"Times New Roman"}
   b.ev2{font-size:14pt; font-family:"Times New Roman"}
   b.ev3{font-size:16pt; font-family:"Times New Roman"}
   b.ev4{font-size:18pt; font-family:"Times New Roman"}
   b.ev5{font-size:20pt; font-family:"Times New Roman"}
   b.ev6{font-size:22pt; font-family:"Times New Roman"}
   b.ev7{font-size:26pt; font-family:"Times New Roman"}


  

