body { color: black; background-color: white; }
p {}
td {}
a:link { color: blue }
a:visited { color: purple }
a:hover { color: purple }
a:active { color: red }
.mybodytextclass  /* for normal text body */ { font-size: 8pt; font-family: verdana; text-decoration: none; }
.indentbodytextclass { font-size: 9pt; font-family: verdana; text-decoration: none; text-align: left; }
.boldclass { font-weight: 600; text-decoration: none; }
.mytitleclass { color: white; font-size: 12pt; font-family: "Comic Sans MS"; font-stretch: semi-expanded; text-decoration: none; text-align: center; vertical-align: middle; }
.titlemaroonclass { color: maroon; font-size: 12pt; font-family: "Comic Sans MS"; font-stretch: semi-expanded; text-decoration: none; }
