body { 
	background-color: rgb( 228, 228, 228);
	background-image: url(Images/Graphics/Background.jpg); 
		font-family:palatino Linotype;
		text-decoration: none;
			  } 
A:link {text-decoration: none; color: rgb( 0, 0, 0);	  }
A:visited {text-decoration: none; color: rgb( 0, 0, 0);	  }
A:active {text-decoration: none; color: rgb( 0, 0, 0);	  }
A:hover {text-decoration: underline; color: rgb( 0, 0, 0);  }

p { color: rgb( 0, 0, 0);
	font-family:palatino Linotype;
		text-decoration: none;  
		  } 
h1 { color: rgb( 0, 0, 0);
	font-family:palatino Linotype;
	text-decoration: none;  
		  } 
h3 { color: rgb( 0, 0, 0);
	font-family:palatino Linotype;
	text-decoration: none;  
		  }
#nowrap { white-space: nowrap; 
	  overflow: scroll; 
		  letter-spacing: 0px;
		  display: inline; 
		  }
