body {
	font: normal normal normal 12px "FreeSans", arial, sans-serif;
	width: 650px;
	margin: 0 auto;
}
/* font-style, font-variant, font-weight, font-size/line-height, font-family */
img.head {
	font-size: 24px;
	font-weight: bold;
	margin: 18px auto 12px auto;
	padding: 0;
	letter-spacing: 0.2em;
	text-align: center;
	border: 0;
}
img.logo {
	border: 0;
}
img.r-b {
	border: 1px solid #000;
	float: right;
	margin: 6px 0 6px 12px;
}
img.l-b {
	border: 1px solid #000;
	float: left;
	margin: 6px 12px 6px 0;
}

div#head {
	background: #fff url('head.png') no-repeat scroll center;
	height: 60px;
}
div.x {
	clear: both;
}
div.box {
	width: 400px;
	border: 2px solid black;
	padding: 4px 10px;
	margin-left: auto;
	margin-right: auto;
	font-weight: bold;
}
h2 {
	font-size: 18px;
	font-weight: bold;
	margin: 12px 0;
	padding: 0;
	letter-spacing: 0.2em;
	text-align: center;
}
h3 {
	font-size: 15px;
	font-weight: bold;
	margin: 24px 0 8px 0;
	padding: 0;
	letter-spacing: 0.2em;
	text-align: left;
}
/* background-color, background-image, background-repeat, background-attachment, and background-position. */
div#body {
	background: #fff url('femafist1.gif') no-repeat scroll center;
}
div#foot {
	margin: 18px 0;
	padding: 8px 0 0 0;
	border-top: solid 1px #5c5c5c;
}
div#foot p{
	font-size: 10px;
	color: #8e8e8e;
	text-align: center;
}

p {
	text-align: justify;
	margin: 0;
	padding-bottom: 6px;
}
p.list {
	margin-bottom: 0;
	padding-bottom: 0;
}
ul {
margin-top: 0;
list-style: circle inside;
}
li {
	
}
a:link, a:visited {
	color: #0000ff;
	text-decoration: none;
}
a:hover, a:active {
	color: #0000ff;
	text-decoration: underline;
}
