	body {
		font-family:verdana, arial, sans-serif;
		background-color:#FFFFFF;
		text-align:center;
		margin-top:30px;
		margin-bottom:30px;
		}
	
	A 			{ color: #666666; text-decoration:underline; } 
	A:link		{ color: #666666; text-decoration:underline; } 
	A:visited	{ color: #666666; text-decoration:underline; } 
	A:active	{ color: #999999; text-decoration:none; } 
	A:hover		{ color: #999999; text-decoration:none; }
	
	.title 			{ color: #262626; text-decoration:none; } 
	.title:link		{ color: #262626; text-decoration:none; } 
	.title:visited	{ color: #262626; text-decoration:none; } 
	.title:active	{ color: #666666; text-decoration:none; } 
	.title:hover	{ color: #666666; text-decoration:none; }
	
	.nav-title {
		color:#262626;
		font-weight: bold;
		text-transform:uppercase;
		letter-spacing:2px;
		font-family:Helvetica;
		font-size:11px;
		}
		
	.nav-text {
		color:#666666;
		font-size:11px;
		font-weight:normal;
		line-height:220%;
		}
		
	.nav-background {
		background-color:#F6F6F6;
		padding:12px;
		color:#666666;
		font-size:11px;
		font-weight:normal;
		line-height:220%;
		}
	
	.line {
		border-bottom:#D3D3D3 solid 1px;
		}
		
	
	.text {
		color:#666666;
		font-size:11px;
		font-weight:normal;
		text-align:justify;
		line-height:150%;
		}
		
	.archive-list {
		color:#666666;
		font-size:11px;
		font-weight:normal;
		line-height:220%;
		}
		
	.post-title	{ 
		color:#262626;
		font-weight: normal;
		font-size:13px;
		}
		
	.post-comments	{
		font-size:11px; 
		color:#666666;
		line-height:150%;
		}
	
	.post-date	{ 
		font-size:11px; 
		color:#999999;
		line-height:150%;
		}
		
		
	.copyright {
		font-size:11px;
		color:#999999;
		text-align:left;
		line-height:40px;
		}
		
	.orange {
		color:#FF6600;
		font-size:11px;
		font-weight:normal;
		text-align:justify;
		line-height:150%;
		}