	body {
		margin:15px 15px 15px 15px;
		background:#FFF;		
		}
	A 			{ color: #003366; text-decoration: underline; }
	A:link		{ color: #003366; text-decoration: underline; }
	A:visited	{ color: #003366; text-decoration: underline; }
	A:active	{ color: #999999;  }
	A:hover		{ color: #999999;  }

	#content {
		width: 600px;
		margin-left: auto;
		margin-right: auto;
		background:#FFF;
		margin-top:15px;
		}

	.subtitle {
		background:#FFF; 
		width:600px;
		font-size:x-small;
		align:center;
		text-align:center;			
		}

	.blog {
		background:#FFF; 
		width:600px;			
		}

	.bottom {
		background:#FFF; 
		width:600px;
		align:center;
		text-align:center;			
		}

	.blogbody {
		font-family:palatino, georgia, verdana, arial, sans-serif;
		color:#333;
		font-size:small;
		font-weight:normal;
  		background:#FFF;
  		line-height:200%;
		width:600px;			
		}

	.blogbody a,
	.blogbody a:link,
	.blogbody a:visited,
	.blogbody a:active,
	.blogbody a:hover {
		font-weight: normal;
		text-decoration: underline;
	}

	.title	{
		font-family: palatino, georgia, times new roman, serif;
		font-size: medium;
		color: #666;
		align:center;
		text-align:center;			
		width:600px;
		}
		
