home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 1999 July / VPR9907A.BIN / ARK / HELP / ARKSTYLE.CSS < prev    next >
Cascading Style Sheet File  |  1999-04-18  |  277b  |  23 lines

  1.  
  2. BODY{
  3.     background-color:lavender;
  4.     font-size:medium;
  5. }
  6.  
  7. A.linkstyle:link{
  8.         color:mediumorchid;
  9. }
  10.  
  11. A.linkstyle:visited{
  12.         color:darkslateblue;
  13. }
  14.  
  15. A.linkstyle:active{
  16.         color:red;
  17. }
  18.  
  19. B.title{
  20.     font-size:medium;
  21.     color:mediumslateblue;
  22. }
  23.