/* element -----------------------------------------*/

body{
  color :                #FFFFFF;
  background-color :     #000000;
  margin :               0px;
  padding :              0px;
}
  
table {
  margin :               0;
}

td, th {
  color :                #FFFFFF;
}

img {
  border :               0 none hidden ;
}

sup, sub {
  font-size :            60%;
}

a:link {
  color :                #FF7700;
  text-decoration :      none;
}

a:visited {
  color :                #FF7700;
  text-decoration :      none;
}

a:hover {
  color :                #FF7700;
  text-decoration :      underline;
}

a:active {
  color :                #FF7700;
  text-decoration :      underline;
}

/* class -------------------------------------------*/

a.topics:link { color:#FFFFFF}
a.topics:visited { color:#FFFFFF}
a.topics:hover { color:#999999; text-decoration:underline}
a.topics:active { color:#999999; text-decoration:underline}

a.nocolor:link { color:#333333}
a.nocolor:visited { color:#333333}
a.nocolor:hover { color:#FF6600; text-decoration:underline}
a.nocolor:active { color:#FF6600; text-decoration:underline}

.marker {
  color :                #66B7B7;
}

