<!--
/* C-style COMMENTS ARE ALLOWED */
.GoldOnBlack { color: rgb(192, 160, 0); background: black; font-size: 12pt; font-family: cursive; }
.Christmas { color: red; background: green; font-size: 12pt; font-family: cursive; }
.Halloween { color: orange; background: black; font-size: 12pt; font-family: cursive; }
.Erwin { color: green; background: white; background-image: url(../../reunions/TeeShirt_bg.jpg); font-size: 16pt; font-family: serif; }
.GoldOnWhite { color: rgb(192, 160, 0); background: white; font-size: 12pt; font-family: cursive; }
body { color: rgb(192, 160, 0); background-color: black; font-size: 12pt; font-family: cursive; }
p { text-indent: 2em; text-align: justify; }
a { text-decoration: none; }
a:link { color: rgb(192, 160, 0); }
a:active { color: rgb(192, 160, 0); }
a:visited { color: rgb(192, 160, 0); font-weight: bold; }
-->

