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

  1. body {
  2.   font-family: Arial;
  3. }
  4.  
  5. a {
  6.   font-size: 10pt;
  7.   text-decoration: underline; 
  8.   color: #000080;
  9. }
  10.  
  11. a:hover {
  12.   font-size: 10pt;
  13.   text-decoration: underline; 
  14.   color: #0040ff;
  15. }
  16.  
  17. p {
  18.   font-size: 10pt;
  19.   color: #000080;
  20. }
  21.  
  22. td {
  23.   font-size: 10pt;
  24.   color: #000080;
  25. }