  .content-panel {
  background-color: #484878;
  }
  .content P, OL, UL, DIV, TABLE  {
  color: #ffffff;
  }

  .content A {
  color: #B6B6B6;
  font-weight: bold;
  text-decoration: none;
  }
  
  .content A:visited {
  color: #B6B6B6;
  }
  
  .footer {
  background-color: #000066;
  }

  .footernav-text {
  color: #666699;
  }

  H1, H2, H3, H4, H5 {
  color:#FFFFFF ;
  }
  
  H6
  {
  	color: #B6B6B6;
  	font-weight: bold;
  	font-style: italic;
  	font-size: larger;
  }