/* Style sheet for ch09_eg18.html */

body {
   color:#000000;
   background-color:#ffffff;
   font-family:arial, verdana, sans-serif; }

p  {
   width:300px;
   outline: #ff0000 thick solid;}
