body { 
	background: black; 
	color: white;
     }

p    {
	font-weight: bold;
	font-family: arial;
	text-align: center;
     }

a:link { 
	  font-weight: bold; 
	  text-decoration: none; 
	  color: white;
       }

a:visited { 
	     font-weight: bold; 
	     text-decoration: none; 
	     color: white;
	  }

a:hover, a:active { 
		     text-decoration: underline; 
		     color: #336699;
		  }

#footer	{
	  color:white;	 
	  font-family:Tahoma, Verdana, Arial, Times New Roman;
       	  font-size:8pt;
	  height:30px;
	  text-align:center;
	}

#banner	{
	  background-image: url(neptuneboundbanner.jpg);
	  height: 386px;
	  width: 1000px;
	  background-repeat: no-repeat; 
	}