@charset "UTF-8";

	body {
		margin: 5%;
		padding: 0;
		background-image: url(img/S04_014.gif);
		background-repeat: repeat-y;
		background-attachment: fixed;
		background-color: white;
		color: black;
	}

	a:link {
		text-decoration: none;
		color: #2f4f4f;
	}

	a:visited {
		text-decoration: none;
		color: #2f4f4f;
	}

	a:hover {
		text-decoration: underline;
		background-color: #e0ffff;
		color: red;
	}

	a[name]:hover {
		text-decoration: none;
		background-color: white;
		color: #008842;
	}

	p.indent {
		text-indent: 1em;
		line-height: 1.6;
		text-align: justify;
		text-justify: inter-ideograph;
	}

	p.noindent {
		text-indent: 0em;
		line-height: 1.6;
	}

	em {
		font-weight: bold;
		font-style: normal;
		color: black;
	}

	table {
		border-collapse: collapse;
	}

	img {
		border: none;
	}

	.float {
		float: right;
		margin-left: 1em;
		margin-bottom: 1em;
	}

	hr {
		background-color: #008842;
		height: 2px;
		width: 75%;
	}
