home *** CD-ROM | disk | FTP | other *** search
/ Practical Internet Web Designer 90 / PIWD90.iso / mac / contents / dreamweaver / tutorial_files / Pages46-50 / cssp.css next >
Encoding:
Cascading Style Sheet File  |  2003-12-28  |  806 b   |  49 lines

  1. body, p {
  2.     font-family: Verdana, Arial, Helvetica, sans-serif;
  3.     font-size: small;
  4.     color: #333333;
  5. }
  6. .header {
  7.     margin: 0;
  8.     padding: 10px 0px 0px;
  9.     width: 100%;
  10.     border-bottom: 1px solid #cccccc;
  11. }
  12. .nav {
  13.     margin: 0 79% 0 0;
  14.     padding: 10px;
  15.     background-color: #eeeeee;
  16. }
  17. .content {
  18.     float: right;
  19.     width: 75%;
  20.     margin: 0;
  21.     padding: 10px 3% 0 0;
  22. }
  23. a:link {
  24.     font-weight: bold;
  25.     color: #666666;
  26.     text-decoration: none;
  27. }
  28. a:hover {
  29.     font-weight: bold;
  30.     color: #666666;
  31.     text-decoration: underline;
  32. }
  33. a.navbar:link {
  34.     font-weight: bold;
  35.     color: #666666;
  36.     text-decoration: none;
  37.     font-size: x-small;
  38. }
  39. a.navbar:hover {
  40.     font-weight: bold;
  41.     color: #666666;
  42.     text-decoration: underline;
  43.     font-size: x-small;
  44. }
  45. .title {
  46.     font-variant: small-caps;
  47.     color: #666666;
  48. }
  49.