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

A:link    { color: #996633 }
A:active  { color: #ffffff; text-decoration: none }
A:visited { color: #996633; text-decoration: none }
A:hover   { color: #cc9966; 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: #664422 }
TD        { padding: 11; border-style: solid; border-width: 0; border-color: blue }

H2        { font-family: "Western", sans-serif;  color: #996633 }
P         { font-family: "Western", sans-serif;  color: #664422 }

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