@charset "UTF-8";
/* CSS Document */

h3{
	margin-top:5px;
}
p.copy{
	margin-top:5px;
	font-size:85%;
	line-height:2em;
	
}



div.blogbody{
	background-color:#FFFFFF;
	margin-top:20px;
	margin-bottom:20px;
	padding:10px;
}
div.blogbody p{
	font-size:85%;
	color:#333333;
	line-height:2em;
}
div.blogbody img{
	margin-right:auto;
	margin-left:auto;
}

p.blogdate{
	font-size:85%;
	color:#333333;
	margin-bottom:2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d6d6c9;
}

