/* CSS Document */
body {
	margin-left: 3px;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-size:95%;
}

p{
	margin:10px 0px 10px;
	padding:0px 0px 0px;
	clear:both;
}


body img{
	border:#99CC00 3px solid;
	margin:0px 5px 5px 0px;
	clear:left;

}

#title{
	color:#99CC00;
	font-weight:600;
	border-bottom: dashed 1px #99CC00;
}

#contents{
	line-height:120%;
}



