/*This is a simple blog-style website for a writer.



The site is built with tables. Styles are applied to table elements.*/


		body { 
  			color : #000000; 
  			background : #ffffff; 
  			font-family : "Times New Roman", Times, serif;
  			font-size : 12pt; 
		}
		
		a { 
  			text-decoration : none; 
  			color : #000000; 
		}

		img {
			border-width: 0px;
			width:600px;
		}
	

div#rhc, div#ads, div#icon, div#nav, div#topmenubar, div#nav2, div#hr { 
  display : none; 
} 
