body
{
	background-color: #CCCCCC;
	background-image: url("image/zara05.jpg");
	font-family: 'MS UI Gothic', '‚l‚r ‚oƒSƒVƒbƒN', Osaka, sans-serif;
	font-size: 12pt;
	color: black;
	margin: 2%;
}
h1
{
	font-family: 'MS UI Gothic', '‚l‚r ‚oƒSƒVƒbƒN', Osaka, sans-serif;
	font-size: 45pt;
	font-style: italic;
	color: lightcyan;
	letter-spacing: 10pt;
	width: 100%;
}
h2
{
	font-family: 'MS UI Gothic', '‚l‚r ‚oƒSƒVƒbƒN', Osaka, sans-serif;
	font-size: 25pt;
	color: black;
	width: 100%;
	font-weight: 400;
}
h3
{
	font-weight: 400;
}
h4
{
}
h5
{
	font-weight: 400;
}
p
{
	width: 100%;
}
li
{
	font-size: 20pt;
	font-style: italic;
}
.red
{
	color: red;
}
.blue
{
	color: blue;
}
.green
{
	color: green;
}
.black
{
	color: black;
}
.coral
{
	color: #cc5e30;
}
.pink
{
	color: fuchsia;
}

