BODY {
	background: black;
	scrollbar-arrow-color: white;
	scrollbar-face-color: black;
	scrollbar-track-color: black;
	scrollbar-3dlight-color: black;
	scrollbar-shadow-color: black;
	scrollbar-darkshadow-color: black;
	scrollbar-highlight-color: black;
	color: white;
	font-size: 10pt;
	text-align: center;
	cursor: crosshair;
}
H1 {
	font-size: 18pt;
}
P EM {
	font-style: normal;
	font-weight: bold;
	font-size: 14pt;
}
A {
	color: gray;
	cursor: ne-resize;
}
U.t {
	text-decoration: line-through;
}
DIV {
	width: 80%;
	padding-top: 20px;
	border-top-style: dotted;
	border-top-color: gray;
	border-top-width: 1pt;
}