home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2002 March / PCWMAR02.iso / software / windowsxp / ftgateoffice / ftgateoffice.exe / Main / test.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2001-11-29  |  774 b   |  57 lines

  1. BODY 
  2. {
  3.   font-family:  "Arial";
  4.   color:        #330033;
  5.   font-size:    10pt;
  6.     margin:                0;
  7.     padding:            0;
  8.     border:                0;
  9. }
  10.  
  11. #TITLE
  12. {
  13.   font-family:  "Arial";
  14.   font-size:    18pt;
  15.   color:        #000000;
  16.     font-style:        italic;
  17. }
  18.  
  19. TD
  20. {
  21.   font-family:  "Arial";
  22.   font-size:    9pt;
  23.     border: 0;
  24.     padding: 0;
  25.     margin: 0;
  26. }
  27.  
  28. TD.box
  29. {
  30.     border-style:    groove;
  31. }
  32. #tab
  33. {
  34.     font-family:    "Arial";
  35.     font-style:        Italic;
  36.     font-weight:    bold;
  37.   text-decoration:  none;
  38.   font-size:    9pt;
  39.     color:                gainsboro;
  40.     border: 0;
  41.     padding: 0;
  42.     margin: 0;
  43. }
  44.  
  45. #tabsel
  46. {
  47.     font-family:    "Arial";
  48.     font-style:        Italic;
  49.     font-weight:    bold;
  50.     color:                navy;
  51.   font-size:    9pt;
  52.   text-decoration:  none;
  53.     border: 0;
  54.     padding: 0;
  55.     margin: 0;
  56. }
  57.