home *** CD-ROM | disk | FTP | other *** search
/ com!online 2002 June / comonline0602.iso / software / cogitum / cociter.exe / TCTHelp.___ / style.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2001-08-08  |  419 b   |  36 lines

  1. body {
  2. color: black;
  3. font-family: verdana;
  4. font-size: 13px;
  5. }
  6.  
  7. h1,h2,h3,h4 {
  8. color: navy;
  9. }
  10.  
  11. A.faq {
  12.     font-family: verdana;
  13.     font-size: 13px;
  14.     font-weight: bold;
  15.     color: navy;
  16.     text-decoration: none;
  17. }
  18.  
  19. A.faq:hover {
  20.     color: blue;
  21.  
  22. }
  23.  
  24. A.seealso {
  25.     font-family: verdana;
  26.     font-size: 13px;
  27.     font-weight: bold;
  28.     color: blue;
  29.     text-decoration: none;
  30. }
  31.  
  32. A.seealso:hover {
  33.     color: navy;
  34.  
  35. }
  36.