div.contents,
div.contents div,
div.contents p,
div.contents ul,
div.contents ul li,
div.contents li,
div.contents strong,
div.contents b,
div.contents em,
div.contents i
{
	line-height: 1.7em;
	color: #666666;
}
div.contents img {
	border: 1px solid #cccccc;
	background-color: white;
	padding: 5px;
}

div.contents p {
	margin: 0.5em 0em 0.2em 0em;
}
div.contents ul {
	margin: 0.5em 0em 0.2em 0em;
}
div.contents li {
	list-style-type: disc;
	list-style-position: inside;
	margin-bottom:15px;
}

div.contents a {
	text-decoration: underline;
	color: #D66995;
}
div.contents a:hover {
	text-decoration: none;
}