/* menu */
table.menu
 {
  width: 160px; 
 }

td.menu
 {
  text-align: center;
  border: navy 1px solid;
  border-color: #989796;
  background-color: #000000;
  padding: 5pt;
 }

tr.menu,a.menu
 {
  font-family: Verdana, Arial, Tahoma;
  font-size: 12pt;
  color: #999900;
  text-decoration: none;
 }

td.menu:hover
 {
  background-color: #282926;
 }

/* bottom */
table.bottom,tr.bottom,td.bottom,a.bottom
 {
  font-family: Verdana, Arial, Tahoma;
  font-size: 8pt;
  color: #999900;
  text-decoration: none;
  padding: 0pt;
  text-align: right;
 }

/* title */
p.title
 {
  font-family: Verdana, Arial, Tahoma;
  font-size: 12pt;
  color: #cc9900;
  text-decoration: none;
  font-weight: bold;
 }

/* other */
body
 {
  background-color: #181916;
 }

a
 {
  font-family: Verdana, Arial, Tahoma;
  font-size: 11pt;
  color: #999900;
  text-decoration: none;
  font-weight: bold;
 }

table
 {
  width: 100%;
 }

td
 {
  vertical-align: top;
  font-family: Verdana, Arial, Tahoma;
  font-size: 11pt;
  color: #999966;
  padding: 4px;
 }

hr
 {
  width: 100%;
  color: #536005;
 }