home *** CD-ROM | disk | FTP | other *** search
/ Computer Shopper 228 / DPCS0207.ISO / Extras / DigiTV / Data1.cab / Help.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2005-08-24  |  1.1 KB  |  72 lines

  1. body
  2. {
  3.   font-family  : arial;
  4.   font-size    : 8pt;
  5.   color        : #0e1097;
  6.   background   : #ffffff;
  7.   margin-right : 5px; 
  8. }
  9.  
  10. .normal
  11. {
  12.   font-size       : 8pt;
  13.   font-weight     : normal;
  14.   font            : arial;
  15.   font-family     : Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
  16.   color           : #0e1097;
  17.   background      : #ffffff;
  18.   text-decoration : none;
  19. }
  20.  
  21. .title
  22. {
  23.   font-size       : 8pt;
  24.   font-weight     : normal;
  25.   font            : arial;
  26.   font-family     : Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
  27.   color           : white;
  28.   background      : navy;
  29.   text-decoration : none;
  30. }
  31.  
  32. h1
  33. {
  34.   font-size   : 12pt;
  35.   font-style  : bold;
  36.   color       : navy;
  37. }
  38.  
  39. h2
  40. {
  41.   font-size   : 10pt;
  42.   font-style  : bold;
  43.   color       : navy;
  44. }
  45.  
  46. h3
  47. {
  48.   font-size   : 10pt;
  49.   font-weight : normal;
  50.   color       : navy;
  51. }
  52.  
  53.  
  54. ul
  55. {
  56.   margin-left   : 0px;
  57.   margin-bottom : 5px;
  58. }
  59.  
  60.  
  61. a:hover
  62. {
  63.   text-decoration : none;
  64.   color           : navy;
  65. }
  66.  
  67. a:link,a:visited
  68. {
  69.   text-decoration : none;
  70.   color           : #0084d6;
  71. }
  72.