/* <link href='/cssjsphp/css1.css' rel="stylesheet"> */
/* - - - - wordwrap: width:100% is a problem ?? */
/* *           { word-wrap:break-word; } this works for all but td */
/* table       { table-layout:fixed; width:100%; } this somehow makes wordwrap work for td */

*           { margin:0; padding:0; box-sizing:border-box; font-family:sans-serif; word-wrap:break-word; }
body        { margin:10px; }
hr          { margin:9px 12px 6px 12px; }
pre         { font-family:'Courier New'; font-size:16px; letter-spacing:-1px; }
table,tr,td { border-collapse:collapse; border:1px solid black; }
textarea    { font-size:15px; padding:5px; }
.divclear   { clear:both; }
.divflex    { display:flex; }
.fcourier   { font-family:Courier; font-size:16px; letter-spacing:-1px; }
.fcursive   { font-family:cursive; }
.fmono      { font-family:monospace; font-size:16px; }
.fsansserif { font-family:sans-serif; }
.fserif     { font-family:serif; }
.h0         { font-weight:normal; font-size:16px; margin:0; padding:0; }
.h16        { font-weight:bold; font-size:16px; margin:8px 0 2px 12px; }
.h18        { font-weight:bold; font-size:18px; margin:9px 0 4px 24px; }
.h22        { font-weight:bold; font-size:22px; margin:11px 0 6px 36px; }
.h28        { font-weight:bold; font-size:28px; margin:14px 0 8px 48px; }
.h16c       { font-weight:bold; font-size:16px; margin:8px 0 2px 0; text-align:center; }
.h18c       { font-weight:bold; font-size:18px; margin:9px 0 4px 0; text-align:center; }
.h22c       { font-weight:bold; font-size:22px; margin:11px 0 6px 0; text-align:center; }
.h28c       { font-weight:bold; font-size:28px; margin:14px 0 8px 0; text-align:center; }
.likea      { font-size:15px; text-decoration:underline; cursor:pointer; }
.aleft      { text-align:left; }
.acenter    { text-align:center; }
.aright     { text-align:right; }
.atop0      { margin-top:0; }

