home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 2003 October / VPR0310.ISO / CYBER / cyber.css next >
Cascading Style Sheet File  |  2003-02-09  |  319b  |  25 lines

  1. body
  2. {
  3.     color: black;
  4.     background-color: #F5F5F5;
  5. }
  6.  
  7. a:link        {color: blue; background-color: transparent;}
  8. a:visited    {color: blue; background-color: transparent;}
  9. a:hover{ color: red;}
  10.  
  11. div.manga
  12. {
  13.     text-align: center;
  14. }
  15.  
  16. div.manga img
  17. {
  18.     border-style: none;
  19. }
  20.  
  21. div.nav
  22. {
  23.     text-align: center;
  24. }
  25.