body        { background: #EEF; color: #320; 
              margin-top: 10pt; margin-left: 50pt;  margin-right: 50pt; 
              font-size: 16pt; }
hr          { color: red; }
h1          { text-align: center; font-size: 28pt; }
h2          { text-align: center; font-size: 24pt; }
h3          { text-align: center; color: purple; font-size: 20pt; }
h4          { text-align: center; color: maroon; font-size: 18pt; }
th          { background: #CF7; color: red; 
              text-align: center; font-size: 20pt; }
td          { font-size: 18pt; }
em          { color: red; }
em.more     { color: darkred; }
table.table { boder-width: 2pt; border-style: groove; }
table.board { boder-width: 1pt; border-style: groove; 
              font-size: 20pt; text-align: center; 
              color: blue; background-color: #DF8; }
td.board    { padding: 20px,20px,20px,20px; }
strong      { text-align: center; text-decoration: underline; color: blue; }
strong.more { text-align: center; text-decoration: underline; color: red; }
#underline  { text-decoration: underline; }
#center     { text-align: center; }
#right      { text-align: right; }
#left       { text-align: left; }
#green      { color: #CF7; }
#yellow     { color: yellow; }
#blue       { color: blue; }
#red        { color: red; }
#white      { color: white; }
#maroon     { color: maroon; }
