<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
	@import url(footer.css);

	body {
		font-size: 1em;
		font-family: Georgia;
		margin-top: 1em;
	}
	
	* {
		padding: 0;
		margin: 0;
	}

	#container {
		width: 960px;
		margin: 0 auto;
		border: 1px solid;
		background-color: #f3f6e9
	}
	
	header {
		width: 960px;
	}
	
	#left {
		width: 296px;
		padding: 10px;
		border-right: solid 3px teal;
		float: left;
	}
	
	#middle {
		width: 296px;
		padding: 10px;
		border-right: solid 3px teal;
		float: left;
	}

	#right {
		width: 296px;
		padding: 10px;
		float: left;
	}
	
	h1 {
		padding: 10px;
		color: white;
		text-align: center;
		background:teal url("images/blacktexture.jpg") repeat;
	}
	
	h2 {
		padding: 10px;
		margin-bottom: 10px;
		color: white;
		background-color: navy;
		text-align: center;
	}
	
	p {
		text-indenet: 1em;
	}
	
	</pre></body></html>