/*
 * Metabarons colour theme, black background with gold trimmming.
 */

body 
 {
  background: black ;
  color: #FFFF99 ;
 }

H1, H2, H3, H4, P, TD, CAPTION, BODY
 {
  font-family: "Arial Narrow", "Arena Condensed", "Futura Condensed", Helvetica, Arial, Verdana, sans-serif ;
  /* Long version to work with Netscape 4.x */ 
 }


/* Heading styles */

H1
 {
  font-style: italic ;
 }


/* Links styles */

a:link
 {
  color: #66FFFF ;
 }
 
a:visited
 {
  color: #99FF99 ;
 }
 
a:active
 {
  color: #FF0000 ;
 }


/* Division styles */

div.toplinks
 {
  font-size: 9pt ;
  margin-left: 40px ;
  margin-right: 40px ;
 }
