body {
	font-family: arial;
	font-size: 100%;
	padding: 0px;
}

p {
	text-align: justify;
}

h1 {
	font-size: 130%;
	font-family: arial;
}

pre {
	font-size: 9pt;
	padding: 10px;
	background-color: #FFFFFF;
	border: 1px solid #FFFFFF;
}

.clsNode { font-family: arial; font-size: 10pt; text-decoration: none; cursor: hand; color: 0000CC }
.clsNodeSelected { font-weight:bold; font-family: arial; font-size: 10pt; text-decoration: none; cursor: hand; color: 0000CC }
.clsNode:hover { text-decoration: underline; color: #0000CC; background-color: FFF1B5 }

p {
	font-family: arial; font-size: 8pt;
}

p a {
	color: blue;
	text-decoration: underline;
}

p a:hover {
	color: red;
}

