
table.table td {
	font-family: tahoma;
	font-size: 70%;
}

p {
	text-align: justify;
}

h1 {
	font-size: 130%;
	font-family: arial;
}

pre {
	font-size: 9pt;
	padding: 10px;
	background-color: #F8F8F8;
	border: 1px solid #F0F0F0;
}

.clsNode { font-family: tahoma; font-size: 8pt; text-decoration: none; cursor: hand; color: black }
.clsNodeSelected { font-weight:bold; font-family: tahoma; font-size: 8pt; text-decoration: none; cursor: hand; color: black }
.clsNode:hover { text-decoration: none; color: "#eeeeee"; background-color: "#006600" }

p {
	font-family: tahoma; font-size: 8pt;
}

p a {
	color: black;
	text-decoration: none;
}

p a:hover {
	color: red;
}