@charset "utf-8";

#content{
	margin-top: 20px;
	margin-bottom: 20px;
}

#content h1,
#content h2{
	line-height: 1.7;
	margin: 15px 0 3px 0;
}

#content h2{
	font-size: 21px;
}

#content p{
	color: #666;
	font-size: 15px;
	line-height: 1.6;
	margin: 7px 0;
}

#content a{
	text-decoration: none;
}
#content a:hover{ text-decoration: underline; }