img { border-style: none; }

H2 {
	font: "MS UI Gothic", Osaka, sans-serif;
	font-size: 90%;
	width: 95%;
	margin: 1em;
	background: #ffffff;
}

P {
	font: "MS UI Gothic", Osaka, sans-serif;
	font-size: 90%;
	width: 95%;
	margin: 1em;
	background: #ffffff;
	text-indent: 0.5em;
	line-height: 130%;
}

BODY { 
	margin-top: 5%;
	margin-bottom: 0%;
	margin-left: 5%;
	margin-right: 5%;
	font: "MS UI Gothic", Osaka, sans-serif;
	font-size: 90%;
	background: #ffffff;
	color: black;
}

A	{
	color: #000000
}
A:link{
	text-decoration:underline;
	color: #000000
}
A:active{
	text-decoration:underline;
}

A:visited{
	text-decoration:underline;
}

A:hover{
	text-decoration:underline;
}

