BODY {
  background: Black;
  color: White;
  margin: 0px;
  font : small Verdana;
  font-size : 12;
  
}

.menu {
  font : small Arial;
  font-size : 12;
  font-weight : normal;
  line-height: 1.6;
}

#navigation a:link {
     color: black;
     text-decoration: underline;
     }

#navigation a:visited {
     color: black;
     text-decoration: underline;
     }

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

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

A {
     color: white;
     background-color: transparent;
	 text-decoration: none
	 font-weight : bold;
     }

A:hover { 
  color: white; 
  text-decoration: underline; 
  font-weight : bold;
}


TABLE, TR, TD {
	font : small Verdana;
  font-size : 14;
  color : White;
}

.pageHeading {
  font-size : large;
}

.smallText, TD.smallText {
  font : small Verdana;
  font-size : 10;
  color : White;
}

.tinyText {
  font : small Verdana;
  font-size : 8;
}