home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 July / Chip_2003-07_cd1.bin / tema / aos / style.css < prev   
Cascading Style Sheet File  |  2003-05-14  |  367b  |  26 lines

  1. h1, h2, h3  {
  2.     font-family : "Verdana CE", Verdana, sans-serif;
  3.     font-size: 200%;
  4. }
  5. h2 {
  6.     font-size: 150%;    
  7. }
  8. h3 {
  9.     font-size: 120%;
  10. }
  11. body {
  12.     font-family: "Arial CE", Arial, sans-serif;
  13.     font-size: smaller;
  14. }
  15. pre, code {
  16.     font-size: larger;
  17. }
  18. a {
  19.     color: blue;
  20.     text-decoration: none;
  21. }
  22. a:hover {
  23.     color: red;
  24.     text-decoration: underline;
  25. }
  26.