/* CSS file */
/*@ application style */
  Application 
  { 
   background-gradient-colors: #cccccc, #000000;
   color: #ff0000;
  }
  
/*@ my first style? */
  .myFirstStyle
  {
   font-family: Arial;
   font-weight: bold;
   font-size: 20;
  }
  
/*@ my title style! */
  .myTitleStyle
  {
   font-weight: bold;
   color: #0000FF;
   font-size: 12;
  }
