home *** CD-ROM | disk | FTP | other *** search
/ Maximum CD 2004 September / maximum-cd-2004-09.iso / Software / Apps / CorelDRAWGraphicsSuite12.exe / Data1.cab / tutorial.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2003-09-23  |  1.2 KB  |  25 lines

  1. body {background-color: #FFFFFF }
  2.  
  3. p {font-family: Arial, Helvetica, Verdana, sans-serif; font-size: 12pt; font-style: normal; color: #000000; text-decoration: none }
  4.  
  5. h1 {font-family: Arial, Helvetica, Verdana, sans-serif; font-size: 14pt; font-style: bold; color: #333366; text-decoration: none }
  6.  
  7. h2 {font-family: Arial, Helvetica, Verdana, sans-serif; font-size: 12pt; font-style: bold; color: #333366; text-decoration: none }
  8.  
  9. h3 {
  10.     font-family: Arial, Helvetica, Verdana, sans-serif;
  11.     font-size: 12pt;
  12.     font-style: normal;
  13.     color: #333366;
  14.     text-decoration: none
  15. }
  16.  
  17. h4 {font-family: Arial, Helvetica, Verdana, sans-serif; font-size: 12pt; font-style: bold; color: #333366; text-decoration: none }
  18.  
  19. ul { font-family: Arial, Helvetica, Verdana, sans-serif; font-size: 12pt; font-style: normal; color: #000000; text-decoration: none; list-style-type: disc }
  20.  
  21. ol { font-family: Arial, Helvetica, Verdana, sans-serif; font-size: 12pt; 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 */