body {
	margin:0;
}

A:link {
	COLOR: #00F
}
A:visited {
	COLOR: #00F
}
A {
	TEXT-DECORATION: none
}
A:hover {
	COLOR: #00F; TEXT-DECORATION: underline
}

body,table {
	font-family: CI;
	font-size: 10pt; line-height: 1.2em;
	word-break: break-all;
}

hr {
height: 1px;
border: none;
border-top: 1px #666666 dotted;
}
