body {
	background: #fff;
	text-align: left;
	font: #000;
}


.main {
	background-color: #4fdb3e;
	width:1000px;
	margin : auto;
}

.bmytitle {
	background-color: #fff;
	width:1000px;
	height:40px;
	margin : auto;
}


ul {
	margin: 0 0 0 5px;
	font-size: 1.em;
	line-height: 1.4em;
	font: #000;
}

p {
	margin: 9px 0 7px 20px;
	font-size: 1.4em;
	line-height: 1.8em;
	font: #000;
}

p.small{
	margin: 2px 0 16px 100px;
	font-size: 1em;
	line-height: 1.2em;
	font: #000;
}

table{
	padding: 0 0 5px 0;
}


.h1green {
	color: #00a73c;
	font-weight: normal;
}

