home *** CD-ROM | disk | FTP | other *** search
/ PC Professionell 2006 June / PCpro_2006_06.ISO / files / mstools / MBaslineSASetup-EN.msi / Data.Cab / footer.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2005-06-29  |  282 b   |  20 lines

  1. body {
  2.     color: white;
  3.     background-color: #6487DC;
  4.     font-family: Verdana;
  5.     font-size: 8pt;
  6.     margin: 0px 7px 0px 7px;
  7.     line-height: 22px;
  8.     cursor: default;
  9. }
  10.  
  11. a {
  12.     color: white;
  13.     text-decoration : none;
  14. }
  15.  
  16. a:hover {
  17.     color: #0000FF;
  18.     text-decoration : underline;
  19. }
  20.