	body { 
	
		max-width: 1000px;

		background-color: #ffffff;

		border: none;

		font-family: arial, helvetica, serif;

		font-size: 0.8em; 

		font-style: normal;

		font-weight: normal;

		color: #333366; 
		
		background-image: url(../images/WebpageCSSready_V2.jpg);
		
		background-attachment: scroll;
		
		background-repeat: no-repeat;
		
		margin-left: 2em;
		
		margin-top: 1em;
	
		margin-right: 2em;
	
		margin-bottom: 2em;
		
	}
		
	#txt{
	
		font-family: arial, helvetica, serif;

		font-size: 1em; 

		font-style: normal;

		font-weight: normal;

		color: #333366; 
	
		border-bottom-width: thin;
		
		border-left-width: thin;
		
		border-right-width: thin;
		
		border-top-width: thin;
			
		border-style: solid;
			
		border-color: gray;
		
		padding: 1em;
		
		float: left;
		
		width: 40em;
			
	}
	
	a { 

		text-decoration: none; 

		color: #006600; 
		
		font-family: "Monotype Corsiva";
		
		font-size: 1.75em;
		
		font-weight: strong;
		
		text-align: left;
		
		text-transform: capitalize;

		margin-top: .25em;

		margin-left: 0.25em;

		margin-right: 0.25em;

		margin-bottom: 0.25em;
		
		padding: 0.25em;

	}
	
	a:visited {
	
	color: #006600, gray;
	
	text-decoration: none;
	
	}
	
	a:hover {
	
	color: gray;
	
	text-decoration: none;
	
	}

	a:active {
	
	color: #666666;
	
	text-decoration: none;
	
	}

	h1 { 

		font-size: 2em;
		
		font-family: "Monotype Corsiva";
		
		color: #006600;
		
		font-size: x-large;
		
		text-transform: capitalize;

		background-color: none; 
		
		float: Right;

	}
	
	h2 {
		
		}

	strong { 

		font-style: italic; 

		text-transform: uppercase; 

	}
	
	p { 

	text-align: left; 
	
	float: right;
 
	} 

	#wrapper {
	width: 970px;
	margin: none; 
	}