/* Style sheet for ch09_eg07.html */ body { color:#000000; background-color:#ffffff; font-family:arial, verdana, sans-serif; font-size:12px;} table {width:500px;} td.leftAlign {text-align:left;} td.rightAlign {text-align:right;} td.center {text-align:center;} td.justify {text-align:justify;}