
/* body style */
BODY { 
  background-color: #000000;
  background-image: url("./images/CubesBackground.gif");
  margin: 0;
  border: 0;

  font-family: verdana, arial, helvetica, sans-serif;
  
  color: #ffff99;
  
  /* color: #FFFF99; */
  /* font-weight: bold; */
}


/* tables style */
TABLE {
  border-width: 0px;
  border-spacing: 0px;
}

TABLE.outer { background-color: #0000a8; }
TABLE.inner { background-color: #000044; }
TR.heading { background-color: #000066; }
TR.menurow { background-color: #000044; }

/* links style */
a:link {  color: #FFCC00; text-decoration: none }
a:visited {  color: #CCCC66; text-decoration: none }
a:active {  color: white; text-decoration: none }
a:hover {  color: #00bbff; text-decoration: none }

.pagetitle { font-size: 18px; color: #FFBF00; font-weight: bold;}

/* navigation bar links */
a.nav:link {color: black; text-decoration: none; font-weight: bold; }
a.nav:visited {color: gray; text-decoration: none; font-weight: bold; }
a.nav:active {color: white; text-decoration: none; font-weight: bold; }
a.nav:hover {color: blue; text-decoration: none; font-weight: bold; }

