
  body { color:white; margin:0; padding:0; border:0 }

  .white { color:white }
  .white a:link { color:white }
  .white a:visited { color:white }
  .white a:hover { color:fuchsia }
  .white a:active { color:yellow }

  .gold { color:gold }
  .gold a:link { color:gold }
  .gold a:visited { color:gold }
  .gold a:hover { color:fuchsia }
  .gold a:active { color:yellow }

  .blue { color:blue }
  .blue a:link { color:blue }
  .blue a:visited { color:blue }
  .blue a:hover { color:fuchsia }
  .blue a:active { color:yellow }

  .dm { color:darkmagenta }
  .dm a:link { color:darkmagenta }
  .dm a:visited { color:darkmagenta }
  .dm a:hover { color:fuchsia }
  .dm a:active { color:fuchsia }

  .dp2 { color:darkmagenta }
  .dp2 a:link { color:deeppink }
  .dp2 a:visited { color:deeppink }
  .dp2 a:hover { color:fuchsia }
  .dp2 a:active { color:fuchsia }

  .bg1 { background:darkmagenta; color:#d3d3d3 }
  .bg1 a:link { color:#d3d3d3 }
  .bg1 a:visited { color:#d3d3d3 }
  .bg1 a:hover { color:white }
  .bg1 a:active { color:yellow }

  .bg2 { background:#cc66cc; color:maroon }
  .bg2 a:link { color:gold }
  .bg2 a:visited { color:gold }
  .bg2 a:hover { color:yellow }
  .bg2 a:active { color:yellow }

  .bg3 { background:darkgray; color:darkmagenta }
  .bg3 a:link { color:fuchsia }
  .bg3 a:visited { color:#be00be }
  .bg3 a:hover { color:fuchsia }
  .bg3 a:active { color:yellow }

  .bg4 { background:#8b478b; color:lightgrey }
  .bg4 a:link { color:gold }
  .bg4 a:visited { color:gold }
  .bg4 a:hover { color:yellow }
  .bg4 a:active { color:white }

  .bg5 { background:darkgray; color:blue }
  .bg5 a:link { color:blue }
  .bg5 a:visited { color:blue }
  .bg5 a:hover { color:fuchsia }
  .bg5 a:active { color:yellow }

  .bg6 { background:#8b478b; color:gold }
  .bg6 a:link { color:gold }
  .bg6 a:visited { color:gold }
  .bg6 a:hover { color:yellow }
  .bg6 a:active { color:yellow }

  .bg3 { background:#bababa; color:darkmagenta }
  .bg3 a:link { color:fuchsia }
  .bg3 a:visited { color:#be00be }
  .bg3 a:hover { color:fuchsia }
  .bg3 a:active { color:yellow }

  td { vertical-align: top; }
  td.a { vertical-align: top; font-style: normal }
  td.b { vertical-align: top; font-weight: bold }
  td.c { vertical-align: middle }
  td.d { vertical-align: bottom }