@charset "utf-8";
/* CSS Document */
.small_font		
{ 
font-size:small; 
}
.medium_font	
{ 
font-size:medium;
 }
 .large_font		
 { 
 font-size:large; 
 }
 .x_large_font	
 { 
 font-size:x-large; 
 }
 .xx_large_font	
 { 
 font-size:xx-large; 
 }
