home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 June / Chip_2003-06_cd1.bin / bonus / eu / pages / postcard_text.css < prev    next >
Cascading Style Sheet File  |  2001-07-16  |  477b  |  34 lines

  1. a {
  2.   text-decoration: underline; 
  3.   color: #000080;
  4. }
  5.  
  6. a:hover {
  7.   text-decoration: underline; 
  8.   color: #0040ff;
  9. }
  10.  
  11. p {
  12.   font-size: 10pt;
  13.   font-family: Arial;
  14.   text-indent: 0pt;
  15.   margin-bottom: 0pt;
  16.   margin-top: 0pt;
  17.   text-align: justify;
  18.   color: #000080;
  19. }
  20.  
  21. ul {
  22.   margin-bottom: 0pt;
  23.   margin-top: 0pt;
  24. }
  25.  
  26. li {
  27.   font-size: 10pt;
  28.   font-family: Arial;
  29.   text-indent: 0pt;
  30.   margin-bottom: 0pt;
  31.   margin-top: 0pt;
  32.   color: #000080;
  33. }
  34.