	body { font-family: garamond, georgia, times, arial; }
	
	
	a:link, a:visited, a:active
	{
		color: #333;
		text-decoration: none;
	}


	a:hover
	{
		color: #333;
		text-decoration: underline;
	}

	
	#well
	{
		margin-top: 20px;
		margin-left: 80px;
		margin-right: 120px;
	}
	
	/*  use this to style the appearance of the post   */
	.post
	{
		font-size: 20px;
		line-height: 28px;
		font-color: #999999;
	}
		/*  use this to style the appearance of the title of the post   */

	.title
	{
		font-size: 11px;
		margin-left: 40px;
		line-height: 18px;
		color: #666666;
	}

	.nav
{
		font-size: 20px;
		font-color: #cccccc;
                text-align: center;
                margin-top: 40px;
                margin-bottom: 40px;
	}