home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 August / 08_02.iso / software / cb5 / files / Bryce5TrialVersion.exe / data1.cab / Tutors_default / tutorial.css < prev   
Encoding:
Cascading Style Sheet File  |  2001-07-16  |  1.2 KB  |  25 lines

  1. body {background-color: #FFFFFF }
  2.  
  3. p {font-family: Arial, Helvetica, Verdana, sans-serif; font-size: small; font-style: normal; color: #000000; text-decoration: none }
  4.  
  5. h1 {font-family: Arial, Helvetica, Verdana, sans-serif; font-size: medium; font-style: bold; color: #333366; text-decoration: none }
  6.  
  7. h2 {font-family: Arial, Helvetica, Verdana, sans-serif; font-size: small; font-style: bold; color: #333366; text-decoration: none }
  8.  
  9. h3 {
  10.     font-family: Arial, Helvetica, Verdana, sans-serif;
  11.     font-size: small;
  12.     font-style: normal;
  13.     color: #333366;
  14.     text-decoration: none
  15. }
  16.  
  17. h4 {font-family: Arial, Helvetica, Verdana, sans-serif; font-size: small; font-style: bold; color: #333366; text-decoration: none }
  18.  
  19. ul { font-family: Arial, Helvetica, Verdana, sans-serif; font-size: small; font-style: normal; color: #000000; text-decoration: none; list-style-type: disc }
  20.  
  21. ol { font-family: Arial, Helvetica, Verdana, sans-serif; font-size: small; font-style: normal; color: #000000; text-decoration: none; list-style-type: decimal; line-height: 1.5 em }
  22.  
  23. A:link { color: blue}          /* unvisited link */
  24. A:visited { color: blue}        /* visited links */
  25. A:active { color: blue}        /* active links */