topical media & game development

talk show tell print

basic-web-html-07-ch07-eg04.css / css



  /* Style sheet for ch07_eg04.html */
  
  body {
     color:#000000;
     background-color:#ffffff;
     font-family:arial, verdana, sans-serif; 
     font-size:12px;}
  
  td {width:200px;}
  
  p.one {font-weight:normal;}
  p.two {font-weight:bold;}
  p.three {font-weight:bolder;}
  p.four {font-weight:lighter;}
  p.five {font-weight:100;}
  p.six {font-weight:200;}
  p.seven {font-weight:300;}
  p.eight {font-weight:400;}
  p.nine {font-weight:500;}
  p.ten {font-weight:600;}
  p.eleven {font-weight:700;}
  p.twelve {font-weight:800;}
  p.thirteen {font-weight:900;}
  


(C) Æliens 20/2/2008

You may not copy or print any of this material without explicit permission of the author or the publisher. In case of other copyright issues, contact the author.