<style type="text/css">
	body { 
		color: black; 
		background: white; 
	}
  	p {  
  		margin-top: 0.5em; 
		margin-bottom: 1em ;
  		text-indent: 2em; 
	}
	h1 { 
		text-transform: uppercase; 
	}      
	h2 {
		text-transform:
		uppercase; 
	}
	postingsarea {
  		margin-top: 1.0em; 
		margin-bottom: 0.5em ;
  		margin-left: 15%; 
		margin-right: 15% ;
		background: blue;
	}
	div.postingsarea {
  		margin-top: 1.0em; 
		margin-bottom: 0.5em ;
  		margin-left: 5%; 
		margin-right: 5% ;
		background: blue;
	}
	div.date {
		text-transform: uppercase; 
		color: green;
	}
	div.post {
		color: olive;
	}
	post {
		color: olive;
	}
</style>

