holmes.css 738 B

1234567891011121314151617181920212223242526
  1. A:link {font-family: Verdana, Arial, sans-serif; font-style: normal; }
  2. A:visited {font-family: Verdana, Arial, sans-serif; font-style: normal; }
  3. A:active {font-family: Verdana, Arial, sans-serif; font-style: normal; }
  4. A:hover {font-family: Verdana, Arial, sans-serif; color: black; font-weight: bold;}
  5. a.menu:link { color: white; font-weight: normal; text-decoration:none;}
  6. a.menu:visited { color: white; font-weight: normal; text-decoration:none;}
  7. a.menu:active { color: white; font-weight: normal; text-decoration:none;}
  8. a.menu:hover { color: white; font-weight: normal; text-decoration:none;}
  9. body
  10. {
  11. margin: 0 0 0 0;
  12. background-color: #FFFFFF;
  13. }
  14. img
  15. {
  16. border: 0;
  17. }