a.copy { font-weight: bold; font-size: 8pt; color: green; text-decoration: none; }
a.copy:hover { color: #006600; text-decoration: underline; }
a.copy:active { color: #3333ff; }

a.link { font-weight: bold; font-size: 10pt; color: green; text-decoration: none; }
a.link:hover { color: #006600; text-decoration: underline; }
a.link:active { color: #3333ff; }

a.foot { font-weight: bold; font-size: 10pt; color: white; text-decoration: none; }
a.foot:hover { color: yellow; text-decoration: underline; }
a.foot:active { color: #3333ff; }

body {
 background-color: white;
 color: black;
 font-family: arial, helvetica, verdana, sans-serif;
 font-size: 12pt;
 }
h1.title {
 background-color: white;
 color: green;
 font-size: 14pt;
 font-weight: bold;
 }
p.copy { font-size: 8pt; color: green; }

pre.index { font-weight: bold; font-size: 10pt; color: gray; }
.insert {
 color: gray;
 font-size: 8pt;

 vertical-align: top;
 }

sup.th { font-size: 6pt; color: green; }

td.copy { font-size: 8pt; color: green; }
td.foot { background-color: green; font-weight: bold; font-size: 10pt; color: white; }
td.heading { font-weight: bold; font-size: 20pt; color: green; }
td.link { font-weight: bold; font-size: 10pt; color: gray; }
td.no { color: #003300; }
td.pic { font-size: 8pt; color: black; }
td.sub { font-size: 12pt; color: green; }
td.title { font-weight: bold; font-size: 14pt; color: green; }
td.txt { font-size: 10pt; color: green; }
