<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">	body	{
		background-color:#000000;
	}
	
  	.wrapper { 
		margin: 0px 0px 0px 0px;
		padding:0px 0px 0px 0px;
		width: 800px;
		background-color:#8eafaf;
		border-width:0px 0px 0px 0px;
		overflow:hidden;
		/*this actually makes the div expand and SHOW the overflow (???) */
	}

	.side-bar {
		border-width: 0px 0px 0px 0px;
		border-style:solid;
		display:inline;
		float:left;
		margin: 0px 0px 0px 0px;
		padding:0px 1px 0px 1px;
		width:150px;
		background-color:#8eafaf;
	}
	
	.main {
		float:left;
		margin:0px 0px 0px 0px;
		padding:5px 5px 5px 5px;
		width:600px;
		display:inline;
		border-width:0px 0px 0px 1px;
		border-style:solid;
		background-color:#8eafaf;
		overflow:hidden;
	}
	
	.adsense 
	{
		text-align:center;
		border-width: 0px 0px 0px 0px;
		border-style:solid;
		display:inline;
		float:left;
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		width:135px;
		background-color:#8eafaf;
  	}
	
	.textcenter {
		text-align:center
	}
	
	.side-bar hr {
		color:blue;
	}
	
	.main hr {
		color:blue;
	}
	
	</pre></body></html>