#title
{
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	color: #0066FF;
	width: 100%;
	margin-top: 5px;
	margin-bottom: 10px;

}
#body
{
	font-size: 13px;
	color: #000000;
	text-align: justify;
	margin-left: 10px;
	margin-right: 5px;
	margin-bottom: 5px;
}
img.figure
{
	float: right;
	margin-top: 20px;
	margin-left: 10px;
	margin-bottom: 5px;
	margin-right: 5px;
	border: 1px solid #000;
}
p
{
	margin-bottom: -5px;
)