body { background-color: black; font-family: Arial, Helvetica, sans-serif; color: white }
a:link { color: orange; font-size: 80%; font-weight: 900; text-decoration: none }
a:visited { color: orange; font-size: 80%; font-weight: 900; text-decoration: none }
a:hover { color: white; font-size: 80%; font-weight: 900; text-decoration: none}
a:active { color: white; font-size: 80%; font-weight: 900; text-decoration: none }

a:link.sub { color: orange; font-size: 80%; font-weight: 500; text-decoration: none }
a:visited.sub { color: orange; font-size: 80%; font-weight: 500; text-decoration: none }
a:hover.sub { color: white; font-size: 80%; font-weight: 500; text-decoration: none }
a:active.sub { color: white; font-size: 80%; font-weight: 500; text-decoration: none }


a:link.email { color: red; font-size: 86%; font-weight: 100; text-decoration: underline }
a:visited.email { color: red; font-size: 86%; font-weight: 100; text-decoration: underline }
a:hover.email { color: orange; font-size: 86%; font-weight: 100; text-decoration: underline }
a:active.email { color: orange; font-size: 86%; font-weight: 100; text-decoration: underline }

p { color: white; font-size: 80%}
p.view { color: white; font-style: italic; font-size: 75% }
p.update { color: #006633; font-size: 80%; font-weight: 900}
p.date { color: orange; font-size: 80%; font-weight: 900}
p.trade { color: orange; font-size: 80%; }
p.main { color: yellow; font-weight: 900; font-size: 100%;}
p.title { color: #006633;  font-weight: 900; font-size: 90%;}
p.left { text-align: left; font-size: 80%; }
p.right { text-align: right; font-size: 80%; }
p.center { text-align: center; font-size: 80%; }
.important { color: red; font-weight: 100; font-size: 80%; font-style: italic }
.small { color: yellow; font-weight: 100; font-size: 80%; font-style: italic }
.big { color: orange; font-weight: 900; font-size: 80%; }
.dragon { color: yellow; font-weight: 500; font-size: 100%; }
.highlight { color: yellow; font-weight:500; font-style:italic; font-size: 100%; }

td { text-align: left }
td.color { background-color: #006633 }
td.black { background-color: black}
td.center { text-align: center }
td.right { text-align: right }

table.color { background-color: #006633 }


address { color: white; font-size: 75%; }

ul { color: white; font-size: 80%; }

h2 { color: white; text-align: center; font-size: 80%; }

h2.title { color: yellow; text-align: center; font-size: 120%; }




