home *** CD-ROM | disk | FTP | other *** search
/ Practical Internet Web Designer 88 / PIWD88.iso / mac / contents / dreamweaver / tutorial_files / Pages58-60 / COMPLETE / ESSNTIAL / MAIN.CSS < prev    next >
Cascading Style Sheet File  |  2003-11-03  |  488b  |  34 lines

  1. body {
  2.     background-color: #95B3C8;
  3. }
  4. p {
  5.     font-family: Arial, Helvetica, sans-serif;
  6.     font-size: 10px;
  7.     color: #000000;
  8. }
  9. .headline {
  10.     font-size: 12px;
  11.     color: #24455D;
  12.     font-weight: bold;
  13. }
  14. .headline a:link {
  15.     color: #24455D;
  16.     text-decoration: none;
  17. }
  18. .headline a:hover {
  19.     color: #24455D;
  20.     text-decoration: underline;
  21. }
  22. .main {
  23.     font-size: 10px;
  24.     color: #000000;
  25. }
  26. .main a:link {
  27.     color: #FF3300;
  28.     text-decoration: none;
  29. }
  30. .main a:hover {
  31.     color: #FF3300;
  32.     text-decoration: underline;
  33. }
  34.