/* Taken from Core Web Programming from        */
/*  Prentice Hall and Sun Microsystems Press,  */
/*  http://www.corewebprogramming.com/.        */
/*  &copy; 2001 Marty Hall and Larry Brown;    */
/*  may be freely used or adapted.             */

/* Example of an external style sheet */

H1 { text-align: center;
     font-family: Arial 
}
H2 { color: #440000;
     text-align: center;
     font-family: Arial Black, Arial, Helvetica, sans-serif
}

...
