/* For content area of page */

#content-body p { line-height: inherit; }
#content-body a { color: #707246; }
#content-body a:hover { text-decoration:none; }
#content-body a:visited { color:#403e3f; }

div.article-image {
	float: right;
	display: inline;
	margin: 0 0 10px 10px;
}
.float-left{
float: left;
margin: 7px 15px 0px 0px;
}
.toggle {
	display: none;
}

.toggleLink:hover {
	cursor: pointer;
}

