/* example comment syntax - i.e., it is C syntax */

A:link    { color: #990000 }
A:active  { color: #992222; text-decoration: none }
A:visited { color: #994444; text-decoration: none }
A:hover   { color: #bb9999; text-decoration: none }

TABLE     { width: 1024 }
TABLE     { padding: 11; border-style: solid; border-width: 0; border-color: red }
TD        { font-family: "Western", sans-serif;  color: black;  font-size: 20 }
TD        { padding: 11; border-style: solid; border-width: 0; border-color: blue }

H3        { font-family: "Western", sans-serif;  color: #990000;  font-size: 25 }
H2        { font-family: "Western", sans-serif;  color: black;    font-size: 20 }
P         { font-family: "Western", sans-serif;  color: black;    font-size: 20 }
BODY      { font-family: "Western", sans-serif;  color: black;    font-size: 20 }

BUTTON    { font-family: "Western", sans-serif; font-size: smaller }
BUTTON    { color: #bb8855;  background-color: #d8ded8 }

/* For information on this stuff see
https://www.techrepublic.com/article/why-css-styling-is-for-tables-too/ 
[dajo 13 Jan 2018] */
TABLE#INNER { width: 768 }
TABLE#INNER { padding: 2; cellspacing: 2; border-style: solid; border-width: 1; border-color: #ee4455 }

TABLE#INNER TD { padding: 2;  font-size:20 } 
