body,td,tr {
	font:	12px/1.2 Verdana, Arial, Helvetica, sans-serif;
}
	
a {
	text-decoration:none;
	color: #00c;
}

a:hover {
	text-decoration:none;
	color:#c00;
}
	
tt {
	font-family: "Courier New", monospace;
}

.code {
	font-family: "Courier New", monospace;
	background: #dcdcff;
	border: 1px;
	border-style: dashed;
	padding: 4px;
}

.command {
	font-family: "Courier New", monospace;
	background: #dcdcff;
	border: 1px;
	border-style: dashed;
	padding: 4px;
}

.divhidden {display: none}
.divshown {display:inline}
