/* CSS Document */
body {
	background-color: silver;
	color: black;
	text-align: center;
}
:link {
	color: black
}
:visited {
	color: black
}
:active {
	color: red
}
p {
	text-align: justify;
}
h4 {
	font-weight: normal;
	margin: 7px;
}
h5 {
	font-weight: bold;
	font-size: normal;
}
h6 {
	font-weight: bold;
	font-size: xx-small
}
address {
	text-align: left;
}
pre {
	text-align: left;
	font-family: serif;
}
img {
	margin: 5;
	border: solid 1px gray;
}
img.cnb {
	border: none;
}
img.trb {
	margin: 3px 0 0 9px;
}
img.tlb {
	margin: 3px 9px 0 0;
}
img.L55 {
	margin-left: -55px;
	border: none;
}
img.L109 {
	margin-left: -109px;
	border: none;
}

hr {clear: both; }
