home *** CD-ROM | disk | FTP | other *** search
/ Computer Shopper 262 / DPCS1209.ISO / Assets / HTML / STYLES / support.css < prev   
Encoding:
Cascading Style Sheet File  |  2007-01-29  |  361 b   |  22 lines

  1. body {
  2.     background-color: #DEDEDE;
  3.     margin-top: 1em;
  4.     font-family: Arial, Helvetica, sans-serif;
  5. }
  6.  
  7. div#centre {
  8.     background-color: #FFFFFF;
  9.     width: 40em;
  10.     position: relative;
  11.     margin-left: auto;
  12.     margin-right: auto;
  13.     padding-left: 1em;
  14.     padding-right: 1em;
  15.     padding-top: 0.1em;
  16.     padding-bottom: 0.6em;
  17. }
  18.  
  19. p.footnote {
  20.     font-size: 0.9em;
  21. }
  22.