home *** CD-ROM | disk | FTP | other *** search
/ Practical Internet Web Designer 86 / PIWD86.iso / pc / contents / bonus / full / AXEL_1_01_pc / Documentation / Jump start / cont.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2001-02-08  |  844 b   |  52 lines

  1. BODY {
  2.     background : White;
  3.     font-family: Arial, Helvetica, sans-serif;
  4. }
  5.  
  6. A:HOVER {
  7.     color: Blue;
  8. }
  9. A:LINK {
  10.     color: Navy;
  11.     text-decoration : none;
  12. }
  13. A:VISITED {
  14.     color: #006699;
  15. }
  16. A:ACTIVE {color: Blue;}
  17.  
  18. P {
  19.   padding: 5px 0px; 
  20.   margin: 0px; 
  21.   font-size: 10pt; font-family: Arial, Helvetica, sans-serif;
  22.   }
  23.  
  24. A    {text-decoration: none}
  25.  
  26. TD {
  27.   font-size: 9pt; 
  28.   font-family: Arial, Helvetica, sans-serif;
  29.   }
  30.  
  31. TD B {
  32.     font-weight: 700; font-size: 9pt;
  33.     font-family:  Arial, Helvetica, sans-serif;
  34.   }
  35.  
  36. H1 {
  37.     font-family : Arial, Helvetica, sans-serif;
  38.     font-size: 14pt;
  39. }
  40.   
  41. H2 {
  42.     font-family: Arial, Helvetica, sans-serif;
  43.     font-size: 12px;
  44. }
  45. LI {
  46.     font-family : Arial, Helvetica, sans-serif;
  47.     font-size : 12px;
  48.     font-style : normal;
  49.     font-weight : normal;
  50.     padding-bottom: 10px;
  51.     }
  52.