home *** CD-ROM | disk | FTP | other *** search
/ PC Plus SuperCD (UK) 2000 March / pcp161b.iso / handson / archive / Issue159 / files / webwork / style.css < prev    next >
Encoding:
Cascading Style Sheet File  |  1999-10-10  |  282 b   |  22 lines

  1. BODY { 
  2. font-family : Verdana;
  3. font-size : 9pt;
  4. color : black;
  5. margin-left : 0pt;
  6. margin-right : 0pt;
  7. margin-top : 0pt;
  8. margin-bottom : 0pt
  9. }
  10. TD {
  11. font-family : Verdana;
  12. font-size : 9pt;
  13. }
  14. P {
  15. font-family: Verdana;
  16. font-size : 9pt;
  17. }
  18. A:hover {
  19.     Color : red;
  20. }
  21.  
  22.